Skip to content

Commit 7288019

Browse files
author
root
committed
Fix 3-errors in WidgetIndex.js
1 parent 74908e8 commit 7288019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statistics/jsx/WidgetIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const WidgetIndex = (props) => {
185185
// update filters
186186
let newChart = {...chartDetails[section][chart], filters: queryString};
187187
setupCharts(false,
188-
{[section]:{ [chart]: newChart }}).then(
188+
{[section] :{[chart]: newChart}}).then(
189189
(data) => {
190190
// update chart data
191191
newChartDetails[section][chart] = data[section][chart];

0 commit comments

Comments
 (0)