fixed the save issue

This commit is contained in:
hannathkadher
2025-04-28 00:36:58 +04:00
parent 52608b1f35
commit 6ef0b2f9d1
3 changed files with 52 additions and 20 deletions

View File

@ -281,6 +281,7 @@ class CommunitySpaceManagementApi {
return json['success'] ?? false;
},
);
return response;
} catch (e) {
debugPrint('Error updating space: $e');