diff --git a/src/frontend/src/components/headerComponent/components/menuBar/index.tsx b/src/frontend/src/components/headerComponent/components/menuBar/index.tsx index 1b2728d51..1231264e8 100644 --- a/src/frontend/src/components/headerComponent/components/menuBar/index.tsx +++ b/src/frontend/src/components/headerComponent/components/menuBar/index.tsx @@ -64,7 +64,15 @@ export const MenuBar = ({ flows, tabId }) => { - Edit + Options + { + handleAddFlow(); + }} + > + + New + { openPopUp(); @@ -99,22 +107,20 @@ export const MenuBar = ({ flows, tabId }) => { > {flows.map((flow, idx) => { return ( - - + + {flow.name} ); })} - { - handleAddFlow(); - }} - > - - New Project -