X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3ed6fab9c3ec7ca31133e4d4c750d546727b1847..94a845ec96ac8d68672195b49cd3088a78a10e03:/services/workbench2/src/components/collection-panel-files/collection-panel-files.tsx diff --git a/services/workbench2/src/components/collection-panel-files/collection-panel-files.tsx b/services/workbench2/src/components/collection-panel-files/collection-panel-files.tsx index 83de48dec8..f1e50e0f0b 100644 --- a/services/workbench2/src/components/collection-panel-files/collection-panel-files.tsx +++ b/services/workbench2/src/components/collection-panel-files/collection-panel-files.tsx @@ -311,6 +311,8 @@ export const CollectionPanelFiles = withStyles(styles)( return { ...next, ...prev }; }, {}); setPathData(state => ({ ...state, ...newState })); + }, () => { + // Nothing to do }) .finally(() => { setIsLoading(false);