Skip to content

Commit

Permalink
wip: Fix return to page on Error
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Nov 27, 2024
1 parent cd5149e commit 40ba160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5536,7 +5536,7 @@ window.openPage = async (targetPageID) => {
"No files or folders are currently imported into SODA",
"You will be returned to the beginning of the dataset structuring section to import your data."
);
await window.openPage("guided-docs-folder-tab");
await window.openPage("guided-dataset-structure-intro-tab");

return;
}
Expand Down

0 comments on commit 40ba160

Please sign in to comment.