mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
create community should move back to blank page
This commit is contained in:
@ -157,7 +157,8 @@ class SpaceManagementBloc
|
||||
emit(SpaceManagementLoaded(
|
||||
communities: updatedCommunities,
|
||||
products: _cachedProducts ?? [],
|
||||
selectedCommunity: newCommunity));
|
||||
selectedCommunity: null,
|
||||
selectedSpace: null));
|
||||
}
|
||||
} else {
|
||||
emit(const SpaceManagementError('Error creating community'));
|
||||
|
Reference in New Issue
Block a user