15407: Simplifies code handling workflow json mounts.
[arvados.git] / src / store / search-results-panel / search-results-panel-actions.ts
index f7dc5d458f7fde7eb3af468253d4d816c5e5761f..d41191c002571753ed082b466e931578acae452b 100644 (file)
@@ -14,5 +14,5 @@ export const searchResultsPanelActions = bindDataExplorerActions(SEARCH_RESULTS_
 export const loadSearchResultsPanel = () =>
     (dispatch: Dispatch, getState: () => RootState, services: ServiceRepository) => {
         dispatch(setBreadcrumbs([{ label: 'Search results' }]));
-        dispatch(searchResultsPanelActions.REQUEST_ITEMS());
+        dispatch(searchResultsPanelActions.REQUEST_ITEMS(true));
     };
\ No newline at end of file