This commit is contained in:
2020-07-13 23:15:52 +00:00
parent 942de4f50f
commit df7bfcc67b
2 changed files with 3 additions and 4 deletions

View File

@@ -1,11 +1,10 @@
<template>
<div>
<span class="v-label v-label--active theme--light">
<span class="v-label theme--light ">
{{ label }}
</span>
<template v-if="!readonly">
<v-row>
<!-- <v-col cols="12"> -->
<v-row class="my-n5">
<v-col cols="3">
<v-text-field
v-if="showDays"
@@ -52,7 +51,6 @@
:data-cy="!!$ay.dev ? 'durationseconds:' + testId : false"
></v-text-field>
</v-col>
<!-- </v-col> -->
</v-row>
</template>
<template v-else>

View File

@@ -47,6 +47,7 @@
:disabled="formState.readOnly"
:label="$ay.t('NotifySubscriptionPendingSpan')"
:showSeconds="true"
:error="'This is an error message'"
ref="advanceNotice"
:data-cy="!!$ay.dev ? 'advanceNotice' : false"
:error-messages="form().serverErrors(this, 'advanceNotice')"