This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
v-model="obj.introducedDate"
|
||||
:readonly="formState.readOnly"
|
||||
ref="introducedDate"
|
||||
test-id="introducedDate"
|
||||
data-cy="introducedDate"
|
||||
:error-messages="form().serverErrors(this, 'introducedDate')"
|
||||
@input="fieldValueChanged('introducedDate')"
|
||||
></gz-date-picker>
|
||||
@@ -122,7 +122,7 @@
|
||||
v-model="obj.discontinuedDate"
|
||||
:readonly="formState.readOnly"
|
||||
ref="discontinuedDate"
|
||||
test-id="discontinuedDate"
|
||||
data-cy="discontinuedDate"
|
||||
:error-messages="form().serverErrors(this, 'discontinuedDate')"
|
||||
@input="fieldValueChanged('discontinuedDate')"
|
||||
></gz-date-picker>
|
||||
|
||||
Reference in New Issue
Block a user