stop fetching tags onBlank Event

This commit is contained in:
raf-dev1
2025-06-10 16:34:49 +03:00
parent 0e31a3ea96
commit aa3b79bdaf

View File

@ -261,7 +261,7 @@ class SpaceManagementBloc
List<CommunityModel> communities = List<CommunityModel> communities =
await _waitForCommunityList(spaceBloc, spaceTreeState); await _waitForCommunityList(spaceBloc, spaceTreeState);
await fetchSpaceModels(); await fetchSpaceModels();
await fetchTags(); // await fetchTags();
var prevSpaceModels = await fetchSpaceModels(); var prevSpaceModels = await fetchSpaceModels();