This commit is contained in:
Arunavo Ray
2025-07-07 23:37:52 +05:30
parent c95a501974
commit d0e8e754a7
2 changed files with 22 additions and 6 deletions

View File

@@ -653,7 +653,9 @@ export function Organization() {
loadingOrgIds={loadingOrgIds}
onMirror={handleMirrorOrg}
onAddOrganization={() => setIsDialogOpen(true)}
onRefresh={() => fetchOrganizations(false)}
onRefresh={async () => {
await fetchOrganizations(false);
}}
/>
<AddOrganizationDialog