Fix adding subplots

This commit is contained in:
Matthias 2020-06-30 08:09:55 +02:00
parent 500c55d802
commit 5d162ff387

View File

@ -138,7 +138,7 @@ export default class Graphs extends Vue {
get subplots() {
// Subplot keys (for selection window)
return Object.keys(this.plotConfig.subplots);
return Object.keys(this.selectedPlotConfig.subplots);
}
get plotConfigJson() {