20252: Avoid clearing subprocess data explorer when refreshing process panel
[arvados-workbench2.git] / src / store / subprocess-panel / subprocess-panel-actions.ts
index 0df89d6e19a2a2ac5d34264413b3bf5eb9010e8b..b440776ce0ff6c2ddcd02fe34aa696348f907888 100644 (file)
@@ -12,6 +12,5 @@ export const subprocessPanelActions = bindDataExplorerActions(SUBPROCESS_PANEL_I
 
 export const loadSubprocessPanel = () =>
     (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
-        dispatch(subprocessPanelActions.CLEAR());
         dispatch(subprocessPanelActions.REQUEST_ITEMS());
     };