fixed space update

This commit is contained in:
hannathkadher
2025-03-13 13:14:31 +04:00
parent 80c294f09c
commit 16df75eb49
3 changed files with 27 additions and 6 deletions

View File

@ -460,6 +460,7 @@ class _CommunityStructureAreaState extends State<CommunityStructureArea> {
String communityUuid = widget.selectedCommunity!.uuid;
context.read<SpaceManagementBloc>().add(SaveSpacesEvent(
context,
spaces: spacesToSave,
communityUuid: communityUuid,
));