Skip to content

Commit

Permalink
Update pipelines.js
Browse files Browse the repository at this point in the history
Signed-off-by: Sajid Alam <[email protected]>
  • Loading branch information
SajidAlamQB committed Jan 14, 2025
1 parent e9542ad commit 94fe116
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/actions/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ export function loadInitialPipelineData() {
return async function (dispatch, getState) {
// Get a copy of the full state from the store
const state = getState();
// If data is passed synchronously then this process isn't necessary
if (state.dataSource !== 'json') {
return;
}
dispatch(toggleLoading(true));
// Load 'main' data file. This is always loaded first, because it's needed
// in order to obtain the list of pipelines, which is required for determining
Expand Down

0 comments on commit 94fe116

Please sign in to comment.