mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: project loading state as per updated org ID. LAST FIX.
This commit is contained in:
@@ -319,7 +319,8 @@
|
||||
$: projects = sdk.forConsole.projects.list([
|
||||
Query.equal(
|
||||
'teamId',
|
||||
data.currentOrgId ?? currentOrganizationId ?? page.params.organization
|
||||
// id from page params ?? id from store ?? id from preferences
|
||||
page.params.organization ?? currentOrganizationId ?? data.currentOrgId
|
||||
),
|
||||
Query.limit(5),
|
||||
Query.orderDesc('$updatedAt')
|
||||
|
||||
Reference in New Issue
Block a user