Skip to content

Commit

Permalink
fix: snackbar not closing on click
Browse files Browse the repository at this point in the history
  • Loading branch information
kiru42 committed Jul 4, 2022
1 parent 6f7d258 commit eb81b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GlistenClient.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
>
<p>{{ snackbarText }}</p>
<template v-slot:action="{ attrs }">
<v-btn color="blue" text v-bind="attrs" @click="snackbar = false">
<v-btn color="blue" text v-bind="attrs" @click="snackbarDisplayed = false">
Close
</v-btn>
</template>
Expand Down

0 comments on commit eb81b72

Please sign in to comment.