mirror of
https://github.com/directus/directus.git
synced 2026-02-01 18:45:05 -05:00
Add default icon to new dashboards
This commit is contained in:
@@ -57,7 +57,7 @@ export default defineComponent({
|
||||
|
||||
const values = reactive({
|
||||
name: props.dashboard?.name ?? null,
|
||||
icon: props.dashboard?.icon ?? null,
|
||||
icon: props.dashboard?.icon ?? 'dashboard',
|
||||
note: props.dashboard?.note ?? null,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user