Skip to content

Commit

Permalink
Merge branch 'cloud-workflow-ui' of https://github.com/fairdataihub/S…
Browse files Browse the repository at this point in the history
…ODA-for-SPARC into cloud-workflow-ui
  • Loading branch information
aaronm-2112 committed Jan 17, 2025
2 parents e6a328d + 6af2bac commit dea47ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/renderer/src/scripts/guided-mode/guided-curate-dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -1930,9 +1930,11 @@ const savePageChanges = async (pageBeingLeftID) => {
if (pageBeingLeftID === "guided-manifest-file-generation-tab") {
}

if(pageBeingLeftID === "guided-ask-where-data-should-be-generated-tab") {
const datasetGenerationLocation = document.getElementById("guided-select-cloud-sync-folder-location-input").value;
window.sodaJSONObj["generate-dataset"]["path"] = datasetGenerationLocation;
if (pageBeingLeftID === "guided-ask-where-data-should-be-generated-tab") {
const datasetGenerationLocation = document.getElementById(
"guided-select-cloud-sync-folder-location-input"
).value;
window.sodaJSONObj["generate-dataset"]["path"] = datasetGenerationLocation;
}

if (pageBeingLeftID === "guided-create-submission-metadata-tab") {
Expand Down

0 comments on commit dea47ba

Please sign in to comment.