fix(ui): pill causes no submit in forms when clicked
This commit is contained in:
parent
285b169d43
commit
d8e548ce46
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue