This commit is contained in:
2020-10-20 17:38:16 +00:00
parent 83891eb3ac
commit 67e908f2cc
51 changed files with 89 additions and 114 deletions

View File

@@ -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>