hotfix: add a default value until I can test multi-region instance.

This commit is contained in:
Darshan
2025-01-17 13:09:43 +05:30
parent d141ef0b6f
commit 2c9ff6547f
+1 -1
View File
@@ -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']) =>