diff --git a/rsconcept/frontend/src/features/oss/dialogs/dlg-show-term-graph/tg-readonly-flow.tsx b/rsconcept/frontend/src/features/oss/dialogs/dlg-show-term-graph/tg-readonly-flow.tsx index 5ed7f704..06dfdd0f 100644 --- a/rsconcept/frontend/src/features/oss/dialogs/dlg-show-term-graph/tg-readonly-flow.tsx +++ b/rsconcept/frontend/src/features/oss/dialogs/dlg-show-term-graph/tg-readonly-flow.tsx @@ -4,6 +4,7 @@ import { useEffect, useState } from 'react'; import { type Edge, MarkerType, type Node, useEdgesState, useNodesState } from 'reactflow'; import { type IConstituenta, type IRSForm } from '@/features/rsform'; +import { FocusLabel } from '@/features/rsform/components/term-graph/focus-label'; import { TGEdgeTypes } from '@/features/rsform/components/term-graph/graph/tg-edge-types'; import { TGNodeTypes } from '@/features/rsform/components/term-graph/graph/tg-node-types'; import { SelectColoring } from '@/features/rsform/components/term-graph/select-coloring'; @@ -100,9 +101,10 @@ export function TGReadonlyFlow({ schema }: TGReadonlyFlowProps) { return (