mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
Only show loader if there's no preview yet
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="m2a-builder">
|
||||
<div v-if="previewLoading" class="loader">
|
||||
<div v-if="previewLoading && !previewValues" class="loader">
|
||||
<v-skeleton-loader v-for="n in (value || []).length" :key="n" />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user