diff --git a/frontend/src/components/input/Button.vue b/frontend/src/components/input/Button.vue index a7d023438..c74aee770 100644 --- a/frontend/src/components/input/Button.vue +++ b/frontend/src/components/input/Button.vue @@ -8,6 +8,7 @@ 'has-no-shadow': !shadow || variant === 'tertiary', } ]" + :disabled="disabled || loading" :style="{ '--button-white-space': wrap ? 'break-spaces' : 'nowrap', }"