This commit is contained in:
2020-07-13 23:31:50 +00:00
parent de96eeac26
commit ef25048f1e

View File

@@ -41,12 +41,13 @@
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
{{ obj.advanceNotice }}
<gz-duration-picker
v-model="obj.advanceNotice"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
:label="$ay.t('NotifySubscriptionPendingSpan')"
:showSeconds="false"
:showSeconds="true"
ref="advanceNotice"
:data-cy="!!$ay.dev ? 'advanceNotice' : false"
:error-messages="form().serverErrors(this, 'advanceNotice')"