This commit is contained in:
@@ -41,12 +41,13 @@
|
|||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
|
{{ obj.advanceNotice }}
|
||||||
<gz-duration-picker
|
<gz-duration-picker
|
||||||
v-model="obj.advanceNotice"
|
v-model="obj.advanceNotice"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
:label="$ay.t('NotifySubscriptionPendingSpan')"
|
:label="$ay.t('NotifySubscriptionPendingSpan')"
|
||||||
:showSeconds="false"
|
:showSeconds="true"
|
||||||
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