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
|
v-else
|
||||||
sm
|
sm
|
||||||
:color-scheme="variant === 'success' ? 'primary' : 'secondary'"
|
:color-scheme="variant === 'success' ? 'primary' : 'secondary'"
|
||||||
|
type="button"
|
||||||
@click="handleCtaClick"
|
@click="handleCtaClick"
|
||||||
>
|
>
|
||||||
{{ ctaText }}
|
{{ ctaText }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user