Skip to content

Commit

Permalink
Update client/src/components/Libraries/LibraryFolder/TopToolbar/impor…
Browse files Browse the repository at this point in the history
…t-to-history/import-dataset.js

Co-authored-by: Laila Los <[email protected]>
  • Loading branch information
dannon and ElectronicBlueberry authored Apr 27, 2023
1 parent 9260c82 commit c3e5f0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ var ImportDatasetModal = Backbone.View.extend({
if (typeof popped_item == "undefined") {
if (this.options.chain_call_control.failed_number === 0) {
Toast.success(
"Selected datasets imported into history. Click this to start analyzing it.",
"",
"Click here to start analyzing it.",
"Selected datasets imported into history",
`${getAppRoot()}histories/view?id=${history_id}`
);
} else if (this.options.chain_call_control.failed_number === this.options.chain_call_control.total_number) {
Expand Down

0 comments on commit c3e5f0c

Please sign in to comment.