Skip to content

Commit

Permalink
Merge branch 'master' into 65-restrict-upload-status-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cosa65 authored Nov 30, 2023
2 parents f374205 + d8560e4 commit 9efa6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/extraActionCreators/downloadProcessedMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const downloadProcessedMatrix = (experimentId) => async (dispatch, getState) =>
method: embeddingMethod,
} = getState().experimentSettings.processing.configureEmbedding.embeddingSettings;

await dispatch(loadEmbedding(experimentId, embeddingMethod));
await dispatch(loadEmbedding(experimentId, embeddingMethod, true));

const taskName = 'DownloadAnnotSeuratObject';

Expand Down

0 comments on commit 9efa6cc

Please sign in to comment.