refactor: update the goal node to have a description for plans that need to be checked, and correctly give the value to the CB.

ref: N25B-412
This commit is contained in:
Björn Otgaar
2026-01-06 15:28:31 +01:00
parent 508fa48be6
commit f4745c736f
4 changed files with 111 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ import type { GoalNodeData } from "./GoalNode";
*/
export const GoalNodeDefaults: GoalNodeData = {
label: "Goal Node",
name: "",
droppable: true,
description: "",
achieved: false,