diff --git a/frontend/src/components/tree-editor/NodeFormResolution.tsx b/frontend/src/components/tree-editor/NodeFormResolution.tsx index e24e7df9..2e1503e1 100644 --- a/frontend/src/components/tree-editor/NodeFormResolution.tsx +++ b/frontend/src/components/tree-editor/NodeFormResolution.tsx @@ -2,6 +2,7 @@ import { useState } from 'react' import { DynamicArrayField } from './DynamicArrayField' import { useTreeEditorStore } from '@/store/treeEditorStore' import { MarkdownContent } from '@/components/ui/MarkdownContent' +import { InfoTip } from '@/components/common/InfoTip' import type { TreeStructure } from '@/types' import { cn } from '@/lib/utils' @@ -70,8 +71,9 @@ export function NodeFormResolution({ node, onUpdate }: NodeFormResolutionProps) {/* Description */}
-
-

- Supports markdown: **bold**, *italic*, - lists, 1. numbered lists, `code` -

{showPreview && node.description ? (
@@ -112,12 +111,10 @@ Document what was done and the outcome. {/* Resolution Steps */}
-