feat: The Big One UI #47

Merged
j.gerla merged 115 commits from temp_screenshot_manual into dev 2026-01-28 08:27:30 +00:00
Showing only changes of commit 7757a04694 - Show all commits

View File

@@ -75,7 +75,7 @@ export default function GoalNode({id, data}: NodeProps<GoalNode>) {
},
type: 'PLAN_IS_UNDEFINED',
severity: 'ERROR',
description: "This triggerNode is missing a plan, please make sure to create a plan by using the create plan button"
description: "This goalNode is missing a plan, please make sure to create a plan by using the create plan button"
};
if (!data.plan){