All forms as of today are exercised by "smoke" test and this commit
This commit is contained in:
@@ -3,12 +3,17 @@
|
||||
<v-row>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<v-col rows="12">
|
||||
<div class="text-center text-h4" v-if="obj.length == 0">
|
||||
<div
|
||||
class="text-center text-h4"
|
||||
v-if="obj.length == 0"
|
||||
:data-cy="!!$ay.dev ? 'notifications' : false"
|
||||
>
|
||||
<span>{{ $ay.t("NoData") }}</span>
|
||||
</div>
|
||||
<v-timeline
|
||||
:dense="$vuetify.breakpoint.smAndDown"
|
||||
v-if="obj.length > 0"
|
||||
:data-cy="!!$ay.dev ? 'notifications' : false"
|
||||
>
|
||||
<v-timeline-item
|
||||
v-for="i in obj"
|
||||
|
||||
Reference in New Issue
Block a user