This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
:rules="rules"
|
||||
type="date"
|
||||
:error-messages="allErrors()"
|
||||
:data-cy="!!$ay.dev ? 'dateinput:' + testId : false"
|
||||
:data-cy="'dateinput:' + testId"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="6">
|
||||
@@ -23,7 +23,7 @@
|
||||
:readonly="readonly"
|
||||
:disabled="disabled"
|
||||
type="time"
|
||||
:data-cy="!!$ay.dev ? 'timeinput:' + testId : false"
|
||||
:data-cy="'timeinput:' + testId"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user