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

@@ -9,7 +9,7 @@
max-width="600px"
v-model="isVisible"
@keydown.esc="cancel"
:data-cy="!!$ay.dev ? 'reportselector' : false"
data-cy="reportselector"
>
<v-card elevation="24">
<v-card-title class="headline lighten-2" primary-title>
@@ -41,7 +41,7 @@
color="primary"
text
@click.native="newReport"
:data-cy="!!$ay.dev ? 'reportselector:ok' : false"
data-cy="reportselector:ok"
>{{ $ay.t("New") }}</v-btn
>
<v-spacer></v-spacer>
@@ -49,7 +49,7 @@
color="primary"
text
@click.native="cancel"
:data-cy="!!$ay.dev ? 'reportselector:cancel' : false"
data-cy="reportselector:cancel"
>{{ $ay.t("Cancel") }}</v-btn
>
</v-card-actions>