mirror of
https://github.com/directus/directus.git
synced 2026-01-25 11:47:57 -05:00
remove warning type for empty presets page (#15571)
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user