mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: query.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
queries: [
|
||||
Query.equal('teamId', selectedOrg),
|
||||
Query.orderDesc(''),
|
||||
Query.select(['$id', 'name'])
|
||||
Query.select(['$id', 'name', 'region'])
|
||||
]
|
||||
});
|
||||
selectedProject = projects?.total ? projects.projects[0].$id : null;
|
||||
|
||||
Reference in New Issue
Block a user