This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:max-width="maxWidth"
|
||||
:width="width"
|
||||
@keydown.esc="cancel"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm' : false"
|
||||
data-cy="gzconfirm"
|
||||
>
|
||||
<v-card elevation="24">
|
||||
<v-card-title class="text-h6 text-sm-h5 grey lighten-4">
|
||||
@@ -34,7 +34,7 @@
|
||||
<v-card-actions>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:morebutton' : false"
|
||||
data-cy="gzconfirm:morebutton"
|
||||
text
|
||||
v-if="options.helpUrl"
|
||||
@click="helpClick()"
|
||||
@@ -46,14 +46,14 @@
|
||||
color="primary"
|
||||
text
|
||||
@click.native="cancel"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:nobutton' : false"
|
||||
data-cy="gzconfirm:nobutton"
|
||||
>{{ options.noButtonText }}</v-btn
|
||||
>
|
||||
<v-btn
|
||||
color="primary"
|
||||
text
|
||||
@click.native="agree"
|
||||
:data-cy="!!$ay.dev ? 'gzconfirm:yesbutton' : false"
|
||||
data-cy="gzconfirm:yesbutton"
|
||||
>{{ options.yesButtonText }}</v-btn
|
||||
>
|
||||
</v-card-actions>
|
||||
|
||||
Reference in New Issue
Block a user