X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/66088cabf30c5291ad8894e7009d9c9af466c158..f65d320d9f4dda35dcf90c294c494b059b4c36a6:/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);