diff --git a/client/web/src/components/panels/Document.vue b/client/web/src/components/panels/Document.vue index 31213e1041..b45ce22e7c 100644 --- a/client/web/src/components/panels/Document.vue +++ b/client/web/src/components/panels/Document.vue @@ -6,7 +6,7 @@ - +
@@ -213,7 +213,7 @@ import RadioInput from "@/components/widgets/inputs/RadioInput.vue"; import NumberInput from "@/components/widgets/inputs/NumberInput.vue"; import DropdownInput from "@/components/widgets/inputs/DropdownInput.vue"; import OptionalInput from "@/components/widgets/inputs/OptionalInput.vue"; -import ToolOptions from "@/components/widgets/options/ToolOptions.vue"; +import ToolSettings from "@/components/widgets/options/ToolSettings.vue"; import { SectionsOfMenuListEntries } from "@/components/widgets/floating-menus/MenuList.vue"; const modeMenuEntries: SectionsOfMenuListEntries = [ @@ -360,7 +360,7 @@ export default defineComponent({ NumberInput, DropdownInput, OptionalInput, - ToolOptions, + ToolSettings, }, }); diff --git a/client/web/src/components/widgets/options/ToolOptions.vue b/client/web/src/components/widgets/options/ToolSettings.vue similarity index 78% rename from client/web/src/components/widgets/options/ToolOptions.vue rename to client/web/src/components/widgets/options/ToolSettings.vue index fc68687002..82cc7461c4 100644 --- a/client/web/src/components/widgets/options/ToolOptions.vue +++ b/client/web/src/components/widgets/options/ToolSettings.vue @@ -1,19 +1,19 @@