diff --git a/src/lib/stores/preferences.ts b/src/lib/stores/preferences.ts index a5350a555..fcd1f79e0 100644 --- a/src/lib/stores/preferences.ts +++ b/src/lib/stores/preferences.ts @@ -62,7 +62,7 @@ function createPreferences() { getCustomCollectionColumns: (collectionId: string): Preferences['columns'] => { return ( preferences[sdk.forProject.client.config.project]?.collections?.[collectionId] ?? - null + [] ); }, setLimit: (limit: Preferences['limit']) =>