mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 13:14:56 +00:00
fixed space update
This commit is contained in:
@ -460,6 +460,7 @@ class _CommunityStructureAreaState extends State<CommunityStructureArea> {
|
||||
String communityUuid = widget.selectedCommunity!.uuid;
|
||||
|
||||
context.read<SpaceManagementBloc>().add(SaveSpacesEvent(
|
||||
context,
|
||||
spaces: spacesToSave,
|
||||
communityUuid: communityUuid,
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user