remove native versions of date time pickers as now integrated into single controls

This commit is contained in:
2021-11-01 18:25:24 +00:00
parent 7159259083
commit 9290089630
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@
:readonly="readonly"
:disabled="disabled"
type="time"
:data-cy="'timeinput:' + testId"
:data-cy="'tpick:' + testId"
></v-text-field>
</v-col>
</template>

View File

@@ -48,7 +48,7 @@
:readonly="readonly"
:disabled="disabled"
type="time"
:data-cy="'timeinput:' + testId"
:data-cy="'tpick:' + testId"
></v-text-field>
</v-col>
</template>