Skip to content

Commit

Permalink
Adding missing change
Browse files Browse the repository at this point in the history
  • Loading branch information
Castronova committed Dec 10, 2024
1 parent 2e723bb commit 981b71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/TimeSeriesCharts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const changePlot = (plt) => {
// before rending the chart. Set the sorted data
// to the active data in the chart prior to rendering
//const {chartData, activeChartVariables, activeReachChart} = storeToRefs(chartStore)
const {chartData, activePlt} = storeToRefs(chartStore)
const {activePlt} = storeToRefs(chartStore)
// save the active plot so we can update it when
Expand Down

0 comments on commit 981b71f

Please sign in to comment.