This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<span class="v-label v-label--active theme--light">
|
||||
<span class="v-label theme--light ">
|
||||
{{ label }}
|
||||
</span>
|
||||
<template v-if="!readonly">
|
||||
<v-row>
|
||||
<!-- <v-col cols="12"> -->
|
||||
<v-row class="my-n5">
|
||||
<v-col cols="3">
|
||||
<v-text-field
|
||||
v-if="showDays"
|
||||
@@ -52,7 +51,6 @@
|
||||
:data-cy="!!$ay.dev ? 'durationseconds:' + testId : false"
|
||||
></v-text-field>
|
||||
</v-col>
|
||||
<!-- </v-col> -->
|
||||
</v-row>
|
||||
</template>
|
||||
<template v-else>
|
||||
|
||||
Reference in New Issue
Block a user