diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx index a0d78200..6e80ace2 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/GraphSelectors.tsx @@ -16,7 +16,7 @@ interface GraphSelectorsProps { function GraphSelectors({ schema, coloring, onChangeColoring }: GraphSelectorsProps) { return ( -
+
{coloring === 'status' ? : null} {coloring === 'type' ? : null} diff --git a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx index 9fd2a7af..c06c3f79 100644 --- a/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx +++ b/rsconcept/frontend/src/pages/RSFormPage/EditorTermGraph/TGFlow.tsx @@ -380,7 +380,7 @@ function TGFlow({ onOpenEdit }: TGFlowProps) { ) : null} - +
- +