mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
hotfix: add a default value until I can test multi-region instance.
This commit is contained in:
@@ -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']) =>
|
||||
|
||||
Reference in New Issue
Block a user