We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913176b commit 33203a6Copy full SHA for 33203a6
src/reducers/src/vis-state-updaters.ts
@@ -2347,14 +2347,6 @@ export const updateVisDataUpdater = (
2347
return updatedState;
2348
}
2349
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
-
2358
const createDatasetTasks: Task[] = [];
2359
const notificationTasks: Task[] = [];
2360
0 commit comments