Skip to content

Commit 981b71f

Browse files
committed
Adding missing change
1 parent 2e723bb commit 981b71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/TimeSeriesCharts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const changePlot = (plt) => {
8888
// before rending the chart. Set the sorted data
8989
// to the active data in the chart prior to rendering
9090
//const {chartData, activeChartVariables, activeReachChart} = storeToRefs(chartStore)
91-
const {chartData, activePlt} = storeToRefs(chartStore)
91+
const {activePlt} = storeToRefs(chartStore)
9292
9393
9494
// save the active plot so we can update it when

0 commit comments

Comments
 (0)