This commit is contained in:
2020-10-20 17:38:16 +00:00
parent 83891eb3ac
commit 67e908f2cc
51 changed files with 89 additions and 114 deletions

View File

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