updated api

This commit is contained in:
hannathkadher
2024-11-18 15:36:33 +04:00
parent e33a07ac56
commit 836c44fd95
8 changed files with 125 additions and 75 deletions

View File

@ -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