diff --git a/client/web/src/components/widgets/inputs/MenuBarInput.vue b/client/web/src/components/widgets/inputs/MenuBarInput.vue index 631e42eb..743bac3c 100644 --- a/client/web/src/components/widgets/inputs/MenuBarInput.vue +++ b/client/web/src/components/widgets/inputs/MenuBarInput.vue @@ -114,11 +114,6 @@ const menuEntries: MenuListEntries = [ ], ], }, - { - label: "Document", - ref: undefined, - children: [[{ label: "Menu not yet populated" }]], - }, { label: "Layer", ref: undefined, @@ -140,6 +135,11 @@ const menuEntries: MenuListEntries = [ ], ], }, + { + label: "Document", + ref: undefined, + children: [[{ label: "Menu not yet populated" }]], + }, { label: "View", ref: undefined,