fix(ui): pill causes no submit in forms when clicked

This commit is contained in:
upsiflu 2025-02-24 10:39:47 +01:00
parent 285b169d43
commit d8e548ce46
1 changed files with 2 additions and 0 deletions

View File

@ -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"
>