Skip to content

Commit

Permalink
Merge pull request #18968 from guerler/fix_report_dataset_preview
Browse files Browse the repository at this point in the history
Explicitly display dataset preview in pages and workflow reports
  • Loading branch information
jmchilton authored Oct 10, 2024
2 parents 385a586 + b3275f8 commit 6ac5c4c
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 6ac5c4c

Please sign in to comment.