Skip to content

Commit 33203a6

Browse files
authored
[fix] fix loading indicotor not hidden regression (#3088)
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent 913176b commit 33203a6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/reducers/src/vis-state-updaters.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,14 +2347,6 @@ export const updateVisDataUpdater = (
23472347
return updatedState;
23482348
}
23492349

2350-
if (datasets.length) {
2351-
// indicate that dataset setup / loading is in progress
2352-
const setIsLoadingTask = ACTION_TASK().map(() => {
2353-
return setLoadingIndicator({change: 1});
2354-
});
2355-
updatedState = withTask(updatedState, setIsLoadingTask);
2356-
}
2357-
23582350
const createDatasetTasks: Task[] = [];
23592351
const notificationTasks: Task[] = [];
23602352

0 commit comments

Comments
 (0)