Skip to content

Commit

Permalink
fix: add missing title parameter to URL of Custom Visualization (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwinator authored Aug 30, 2023
1 parent fb019df commit 9c84f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/visualizations/CustomVisualization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default {
hostname: options.host,
start,
end,
title: this.title,
});
let _origin = document.location.origin;
if(document.location.port == "27180") {
Expand Down

1 comment on commit 9c84f22

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b3 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b3 (click to expand)

Please sign in to comment.