mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
updated api
This commit is contained in:
@ -206,7 +206,7 @@ class _SidebarWidgetState extends State<SidebarWidget> {
|
||||
title: space.name,
|
||||
initiallyExpanded: isSelectedSpace,
|
||||
onExpansionChanged: (bool expanded) {
|
||||
_handleExpansionChange(space.uuid, expanded);
|
||||
_handleExpansionChange(space.uuid ?? '', expanded);
|
||||
},
|
||||
children: space.children.isNotEmpty
|
||||
? space.children
|
||||
|
Reference in New Issue
Block a user