feat: add organization destination update API and enhance organization list editing functionality

This commit is contained in:
Arunavo Ray
2025-06-24 11:16:44 +05:30
parent 68108b8383
commit cfe65cadca
4 changed files with 212 additions and 11 deletions

View File

@@ -404,6 +404,7 @@ export function Organization() {
loadingOrgIds={loadingOrgIds}
onMirror={handleMirrorOrg}
onAddOrganization={() => setIsDialogOpen(true)}
onRefresh={() => fetchOrganizations(false)}
/>
<AddOrganizationDialog