remove warning type for empty presets page (#15571)

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
Azri Kahar
2022-10-15 11:25:07 +08:00
committed by GitHub
parent 84870c90ef
commit 372d042a48

View File

@@ -89,7 +89,7 @@
<component :is="`layout-${layout || 'tabular'}`" class="layout" v-bind="layoutState">
<template #no-results>
<v-info :title="t('no_presets')" icon="bookmark" center type="warning">
<v-info :title="t('no_presets')" icon="bookmark" center>
{{ t('no_presets_copy') }}
<template #append>
@@ -99,7 +99,7 @@
</template>
<template #no-items>
<v-info :title="t('no_presets')" icon="bookmark" center type="warning">
<v-info :title="t('no_presets')" icon="bookmark" center>
{{ t('no_presets_copy') }}
<template v-if="createAllowed" #append>