Merge branch '18661-refresh-flicker-fix'. Closes #18661
[arvados-workbench2.git] / src / store / project-panel / project-panel-middleware-service.ts
index 456508437c9beb10bee2c04fa9cfebc6cdaba6d6..be569b49ff0276aa031f1467aec896d08c32989b 100644 (file)
@@ -50,7 +50,6 @@ export class ProjectPanelMiddlewareService extends DataExplorerMiddlewareService
             try {
                 api.dispatch(progressIndicatorActions.START_WORKING(this.getId()));
                 const response = await this.services.groupsService.contents(projectUuid, getParams(dataExplorer, !!isProjectTrashed));
-                api.dispatch(progressIndicatorActions.PERSIST_STOP_WORKING(this.getId()));
                 const resourceUuids = response.items.map(item => item.uuid);
                 api.dispatch<any>(updateFavorites(resourceUuids));
                 api.dispatch<any>(updatePublicFavorites(resourceUuids));