mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: memberships not loading
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
async function handle(event = null) {
|
||||
if ($organization?.$id !== organizationId) {
|
||||
await organization.load(organizationId);
|
||||
await memberList.load(organizationId, [Query.limit(12)]);
|
||||
}
|
||||
await memberList.load(organizationId, [Query.limit(12)]);
|
||||
updateLayout({
|
||||
navigate: event,
|
||||
title: $organization?.name,
|
||||
|
||||
Reference in New Issue
Block a user