fix(zapi): update promo banner button to type button (#142)
This commit is contained in:
parent
63a2c70667
commit
17149f3dca
@ -116,6 +116,7 @@ const handleCtaClick = () => {
|
||||
v-else
|
||||
sm
|
||||
:color-scheme="variant === 'success' ? 'primary' : 'secondary'"
|
||||
type="button"
|
||||
@click="handleCtaClick"
|
||||
>
|
||||
{{ ctaText }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user