If plexId updates, reload graph
This commit is contained in:
@@ -110,6 +110,9 @@ export default {
|
||||
},
|
||||
selectedChartDataType(selectedChartDataType) {
|
||||
this.fetchChartData(this.charts);
|
||||
},
|
||||
plexId(newValue) {
|
||||
if (newValue) return this.fetchChartData(this.charts);
|
||||
}
|
||||
},
|
||||
beforeMount() {
|
||||
|
||||
Reference in New Issue
Block a user