Skip to content

Commit

Permalink
fix(component): add missing button type
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Aug 23, 2024
1 parent a344672 commit 9eef5ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/components/CookieControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
aria-label="Cookie control"
class="cookieControl__ControlButton"
data-testid="nuxt-cookie-control-control-button"
type="button"
@click="isModalActive = true"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
Expand Down

0 comments on commit 9eef5ae

Please sign in to comment.