Skip to content

Commit 2739fe1

Browse files
authored
Add missing title parameter to URL
1 parent fb019df commit 2739fe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/visualizations/CustomVisualization.vue

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default {
2222
hostname: options.host,
2323
start,
2424
end,
25+
title: this.title,
2526
});
2627
let _origin = document.location.origin;
2728
if(document.location.port == "27180") {

0 commit comments

Comments
 (0)