diff --git a/front/src/components/ui/Button.vue b/front/src/components/ui/Button.vue index 30adbe72d..954dc2fe8 100644 --- a/front/src/components/ui/Button.vue +++ b/front/src/components/ui/Button.vue @@ -102,6 +102,7 @@ onMounted(() => { width(props, ['square'])( align(props, { alignSelf:'start', alignText:'center' })( )))}" + :disabled="disabled || undefined" :class="['funkwhale', 'button', {'split-toggle': !dropdownOnly}]" :title="splitTitle" @click="onSplitClick" @@ -116,6 +117,7 @@ onMounted(() => { width(props, isIconOnly ? ['square'] : ['normalHeight', 'buttonWidth'])( align(props, { alignSelf:'start', alignText:'center' })( )))" + :disabled="disabled || undefined" class="funkwhale button" :aria-pressed="props.ariaPressed" :class="{