mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Set correct defaults for users/files
This commit is contained in:
@@ -76,7 +76,7 @@ export function usePreset(collection: Ref<string>, bookmark: Ref<number | null>
|
||||
|
||||
const viewType = computed<string | null>({
|
||||
get() {
|
||||
return localPreset.value.view_type || null;
|
||||
return localPreset.value.view_type || 'tabular';
|
||||
},
|
||||
set(val) {
|
||||
localPreset.value = {
|
||||
|
||||
Reference in New Issue
Block a user