mirror of
https://github.com/directus/directus.git
synced 2026-01-27 23:57:57 -05:00
Add loading state to presets table
This commit is contained in:
@@ -38,7 +38,13 @@
|
||||
</template>
|
||||
|
||||
<div class="presets-browse">
|
||||
<v-info center type="warning" v-if="presets.length === 0" :title="$t('no_presets')" icon="bookmark">
|
||||
<v-info
|
||||
center
|
||||
type="warning"
|
||||
v-if="!loading && presets.length === 0"
|
||||
:title="$t('no_presets')"
|
||||
icon="bookmark"
|
||||
>
|
||||
{{ $t('no_presets_copy') }}
|
||||
|
||||
<template #append>
|
||||
|
||||
Reference in New Issue
Block a user