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