mirror of
https://github.com/directus/directus.git
synced 2026-02-17 12:41:40 -05:00
default collections icon
This commit is contained in:
@@ -27,7 +27,7 @@ export const useCollectionsStore = createStore({
|
||||
|
||||
this.state.collections = collections.map((collection: CollectionRaw) => {
|
||||
let name: string | VueI18n.TranslateResult;
|
||||
const icon = collection.meta?.icon || 'box';
|
||||
const icon = collection.meta?.icon || 'label';
|
||||
|
||||
if (collection.meta && notEmpty(collection.meta.translation)) {
|
||||
for (let i = 0; i < collection.meta.translation.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user