diff --git a/frontend/src/components/tree-editor/NodeFormDecision.tsx b/frontend/src/components/tree-editor/NodeFormDecision.tsx index d7bbd0fd..7cd0d353 100644 --- a/frontend/src/components/tree-editor/NodeFormDecision.tsx +++ b/frontend/src/components/tree-editor/NodeFormDecision.tsx @@ -4,6 +4,7 @@ import { NodePicker } from './NodePicker' import { useTreeEditorStore } from '@/store/treeEditorStore' import type { TreeStructure, TreeOption } from '@/types' import { cn } from '@/lib/utils' +import { InfoTip } from '@/components/common/InfoTip' interface NodeFormDecisionProps { node: TreeStructure @@ -86,11 +87,6 @@ export function NodeFormDecision({ node, onUpdate }: NodeFormDecisionProps) { - {isRootNode && ( -

- What's the main question to diagnose the issue? -

- )} -