updated text theme

This commit is contained in:
hannathkadher
2024-11-26 13:58:50 +04:00
parent 5091aa1e49
commit 6fca5afd6b
2 changed files with 9 additions and 47 deletions

View File

@ -45,8 +45,8 @@ class SpaceManagementBloc extends Bloc<SpaceManagementEvent, SpaceManagementStat
products: previousState.products,
selectedCommunity: previousState.selectedCommunity,
));
}
add(LoadCommunityAndSpacesEvent());
} else {
emit(const SpaceManagementError('Failed to update the community.'));
}