Skip to content

Commit

Permalink
Update form-analytics-chart.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed May 13, 2024
1 parent b498f00 commit 9a4f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/renderer/form-analytics-chart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default {
window.open("/package-analytics-reporting", "_blank");
},
verifyChart() {
this.showChart = this.graphic.name === "PM Analytics Chart";
this.showChart = this.graphic.name === "PM Analytics Chart" || this.graphic.name === "PM Analytics Dashboard";
}
}
};
Expand Down

0 comments on commit 9a4f922

Please sign in to comment.