This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
v-model="isVisible"
|
||||
:max-width="options.width"
|
||||
@keydown.esc="cancel"
|
||||
data-cy="gzconfirm"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm' : false"
|
||||
>
|
||||
<v-card elevation="24">
|
||||
<v-card-title class="headline lighten-2" primary-title>
|
||||
@@ -47,14 +47,14 @@
|
||||
color="primary darken-1"
|
||||
text
|
||||
@click.native="cancel"
|
||||
data-cy="gzconfirm:nobutton"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:nobutton' : false"
|
||||
>{{ options.noButtonText }}</v-btn
|
||||
>
|
||||
<v-btn
|
||||
color="primary darken-1"
|
||||
text
|
||||
@click.native="agree"
|
||||
data-cy="gzconfirm:yesbutton"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:yesbutton' : false"
|
||||
>{{ options.yesButtonText }}</v-btn
|
||||
>
|
||||
</v-card-actions>
|
||||
|
||||
Reference in New Issue
Block a user