This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
@click:prepend="dlgtime = true"
|
||||
readonly
|
||||
:error="!!error"
|
||||
:data-cy="'ttfpick:' + testId"
|
||||
></v-text-field>
|
||||
</template>
|
||||
<v-time-picker
|
||||
|
||||
@@ -100,7 +100,6 @@
|
||||
v-model="obj.startDate"
|
||||
:readonly="formState.readOnly"
|
||||
ref="startDate"
|
||||
data-cy="startDate"
|
||||
testId="startDate"
|
||||
:error-messages="form().serverErrors(this, 'startDate')"
|
||||
@input="fieldValueChanged('startDate')"
|
||||
|
||||
Reference in New Issue
Block a user