diff --git a/client/web/src/components/widgets/options/ToolOptions.vue b/client/web/src/components/widgets/options/ToolOptions.vue index 624a55e70c..7bfd0b0cad 100644 --- a/client/web/src/components/widgets/options/ToolOptions.vue +++ b/client/web/src/components/widgets/options/ToolOptions.vue @@ -7,7 +7,7 @@

{{ option.title }}

{{ option.placeholder_text }}

- + @@ -115,7 +115,7 @@ export default defineComponent({ { kind: "popover", title: "Boolean", placeholder_text: "More boolean-related buttons will be here" }, ], ], - ["Shape", [{ kind: "number", initial: 6, step: 1, callback: this.setToolSettings }]], + ["Shape", [{ kind: "number", initial: 6, step: 1, min: 3, callback: this.setToolSettings }]], ]), SeparatorType, };