mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
stop fetching tags onBlank Event
This commit is contained in:
@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user