create community should move back to blank page

This commit is contained in:
hannathkadher
2024-11-28 20:07:18 +04:00
parent 084f4fbda8
commit 4047664c59

View File

@ -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'));