mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 10:54:55 +00:00
fixed community selection
This commit is contained in:
@ -221,6 +221,7 @@ class _SidebarWidgetState extends State<SidebarWidget> {
|
||||
_selectedCommunityUuid = community.uuid; // Update selected community
|
||||
});
|
||||
if (widget.onSpaceSelected != null) {
|
||||
widget.onCommunitySelected!(community);
|
||||
widget.onSpaceSelected!(space);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user