Add 'Path' option to menu in App.tsx
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user