-
-
-
-
- Starting Question
-
-
- This is the first question users will see when they start this troubleshooting tree.
- Each option below creates a different troubleshooting path.
-
-
-
+
)}
@@ -150,6 +139,7 @@ export function NodeFormDecision({ node, onUpdate }: NodeFormDecisionProps) {
? "Add as many options as needed (A, B, C, D...). Each option leads to a different troubleshooting path."
: "Each option can branch to a different next step."} />
+
Options become answer placeholders you can fill in later.
{optionsError && (
{optionsError.message}
)}
diff --git a/frontend/src/components/tree-editor/NodeFormResolution.tsx b/frontend/src/components/tree-editor/NodeFormResolution.tsx
index 2e1503e1..77d3ff79 100644
--- a/frontend/src/components/tree-editor/NodeFormResolution.tsx
+++ b/frontend/src/components/tree-editor/NodeFormResolution.tsx
@@ -143,10 +143,9 @@ Document what was done and the outcome.
{/* Note about terminal node */}
-
+ Solution nodes are terminal — the session completes when users reach this node.
+