Add 'Path' option to menu in App.tsx

This commit is contained in:
2026-04-13 21:24:28 +02:00
parent 1ce7cb368b
commit d8dec1eeb0

View File

@@ -8553,6 +8553,12 @@ export function App({ store, initialStatusMessage }: AppProps) {
testId: "add-menu-box",
onSelect: beginBoxCreation
},
{
kind: "action",
label: "Path",
testId: "add-menu-path",
onSelect: handleCreatePath
},
{
kind: "group",
label: "Entities",