diff --git a/front/src/components/ui/Pill.vue b/front/src/components/ui/Pill.vue index 0d164627d..06e0a7498 100644 --- a/front/src/components/ui/Pill.vue +++ b/front/src/components/ui/Pill.vue @@ -32,6 +32,8 @@ const sanitizeAndBlur = () => :is="model ? 'label' : 'button'" class="funkwhale pill" :class="props.noUnderline && 'no-underline'" + :is="model ? 'label' : 'button'" + :type="model ? undefined : 'button'" v-bind="color(props, ['interactive', 'secondary'])()" @click.stop="handleClick" >