21067: Better handling of missing output/logs on process panel.
[arvados-workbench2.git] / src / components / collection-panel-files / collection-panel-files.tsx
index 83de48dec8fb40552e7d5e3a970b27d087ef6983..f1e50e0f0bf7d2f9c4699265e19d515954a9d7cc 100644 (file)
@@ -311,6 +311,8 @@ export const CollectionPanelFiles = withStyles(styles)(
                             return { ...next, ...prev };
                         }, {});
                     setPathData(state => ({ ...state, ...newState }));
+                }, () => {
+                    // Nothing to do
                 })
                 .finally(() => {
                     setIsLoading(false);