This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<span class="v-label v-label--active theme--light">
|
<span class="v-label theme--light ">
|
||||||
{{ label }}
|
{{ label }}
|
||||||
</span>
|
</span>
|
||||||
<template v-if="!readonly">
|
<template v-if="!readonly">
|
||||||
<v-row>
|
<v-row class="my-n5">
|
||||||
<!-- <v-col cols="12"> -->
|
|
||||||
<v-col cols="3">
|
<v-col cols="3">
|
||||||
<v-text-field
|
<v-text-field
|
||||||
v-if="showDays"
|
v-if="showDays"
|
||||||
@@ -52,7 +51,6 @@
|
|||||||
:data-cy="!!$ay.dev ? 'durationseconds:' + testId : false"
|
:data-cy="!!$ay.dev ? 'durationseconds:' + testId : false"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<!-- </v-col> -->
|
|
||||||
</v-row>
|
</v-row>
|
||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
:label="$ay.t('NotifySubscriptionPendingSpan')"
|
:label="$ay.t('NotifySubscriptionPendingSpan')"
|
||||||
:showSeconds="true"
|
:showSeconds="true"
|
||||||
|
:error="'This is an error message'"
|
||||||
ref="advanceNotice"
|
ref="advanceNotice"
|
||||||
:data-cy="!!$ay.dev ? 'advanceNotice' : false"
|
:data-cy="!!$ay.dev ? 'advanceNotice' : false"
|
||||||
:error-messages="form().serverErrors(this, 'advanceNotice')"
|
:error-messages="form().serverErrors(this, 'advanceNotice')"
|
||||||
|
|||||||
Reference in New Issue
Block a user