Add loading state to presets table

This commit is contained in:
rijkvanzanten
2020-06-11 11:38:01 -04:00
parent 5a87fcafa2
commit 16cb51de9c

View File

@@ -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>