diff --git a/src/frontend/src/components/ui/dropdown-menu.tsx b/src/frontend/src/components/ui/dropdown-menu.tsx index c8aa60367..d13ee400e 100644 --- a/src/frontend/src/components/ui/dropdown-menu.tsx +++ b/src/frontend/src/components/ui/dropdown-menu.tsx @@ -146,7 +146,7 @@ const DropdownMenuLabel = React.forwardRef< -
- - - ⛓️{" "} - - - - Flow - - { - openPopUp(); - }} - > - - Import - - { - openPopUp(); - }} - > - - Export - - { - openPopUp(); - }} - > - - Code - - - +
+ ⛓️
{flows[tabIndex].name} @@ -123,6 +90,33 @@ export default function HomePage() { + Current Flow + { + openPopUp(); + }} + > + + Import + + { + openPopUp(); + }} + > + + Export + + { + openPopUp(); + }} + > + + Code + + + Flows { @@ -132,12 +126,11 @@ export default function HomePage() { {flows.map((flow, idx) => { return ( - {flow.name} + {}}>{flow.name} ); })} - { addFlow();