fix: fixed warning for missing plan in goal

ref: N25B-450
This commit is contained in:
JGerla
2026-01-22 20:34:48 +01:00
parent 2a6ead352d
commit 7757a04694

View File

@@ -75,7 +75,7 @@ export default function GoalNode({id, data}: NodeProps<GoalNode>) {
}, },
type: 'PLAN_IS_UNDEFINED', type: 'PLAN_IS_UNDEFINED',
severity: 'ERROR', 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){ if (!data.plan){