fixed create space

This commit is contained in:
hannathkadher
2024-11-21 21:34:56 +04:00
parent b6998c055a
commit 82343e0634
2 changed files with 3 additions and 7 deletions

View File

@ -53,7 +53,6 @@ class _LoadedStateViewState extends State<LoadedSpaceView> {
selectedCommunity: widget.selectedCommunity,
selectedSpace: widget.selectedSpace,
spaces: widget.selectedCommunity?.spaces ?? [],
connections: const [],
products: widget.products,
onSpaceSelected: (SpaceModel? space) {
setState(() {