Load workflow JSON on open and enable tab closing

This commit is contained in:
2025-08-09 21:11:20 -06:00
parent 63280864dd
commit 23913c2ce1
3 changed files with 93 additions and 32 deletions

View File

@@ -133,7 +133,7 @@ export function TabContextMenu({ anchor, onClose, onRename, onCloseTab }) {
}}
>
<MenuItem onClick={onRename}>Rename</MenuItem>
<MenuItem onClick={onCloseTab}>Close</MenuItem>
<MenuItem onClick={onCloseTab}>Close Workflow</MenuItem>
</Menu>
);
}