Skip to content

Commit

Permalink
Explicitly display dataset preview in pages and workflow reports
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 10, 2024
1 parent 0409898 commit b3275f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default {
return `${getAppRoot()}dataset/display?dataset_id=${this.args.history_dataset_id}`;
},
displayUrl() {
return `${getAppRoot()}datasets/${this.args.history_dataset_id}/display`;
return `${getAppRoot()}datasets/${this.args.history_dataset_id}/display/?preview=True`;
},
importUrl() {
return `${getAppRoot()}dataset/imp?dataset_id=${this.args.history_dataset_id}`;
Expand Down

0 comments on commit b3275f8

Please sign in to comment.