fix bug with update notif

This commit is contained in:
Front 2022-03-13 16:18:52 -04:00
parent a0ede1d540
commit ad27121547
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
{{ updateSnackbarText }} {{ updateSnackbarText }}
<template v-slot:action="{ attrs }"> <template v-slot:action="{ attrs }">
<v-btn color="primary" text v-bind="attrs" @click="snackbar = false">Close</v-btn> <v-btn color="primary" text v-bind="attrs" @click="updateSnackbar = false">Close</v-btn>
</template> </template>
</v-snackbar> </v-snackbar>
</div> </div>
@ -13,7 +13,6 @@
<style scoped> <style scoped>
.updateBar { .updateBar {
z-index: 99999999; z-index: 99999999;
} }
</style> </style>