This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user