diff --git a/src/utils/extraActionCreators/downloadProcessedMatrix.js b/src/utils/extraActionCreators/downloadProcessedMatrix.js index 98a61400e4..e3ad98e9fa 100644 --- a/src/utils/extraActionCreators/downloadProcessedMatrix.js +++ b/src/utils/extraActionCreators/downloadProcessedMatrix.js @@ -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';