This commit is contained in:
2020-04-04 19:39:59 +00:00
parent 823b1aa7e5
commit 977b313fcf
12 changed files with 46 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
<template>
<!-- <v-scale-transition> -->
<v-snackbar
data-cy="gznotify"
:data-cy="!!$ay.dev ? 'gznotify' : false"
:value="isVisible"
:color="currentNotification.type"
>
@@ -9,7 +9,7 @@
{{ currentNotification.message }}
</v-alert>
<v-btn
data-cy="gznotify:morebutton"
:data-cy="!!$ay.dev ? 'gznotify:morebutton' : false"
text
v-if="currentNotification.helpUrl"
@click="helpClick()"