jusrhee 5 лет назад
Родитель
Сommit
b955c0122e

+ 1 - 2
dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

@@ -308,8 +308,7 @@ export default class ExpandedJobChart extends Component<PropsType, StateType> {
         {
           ...(this.state.currentChart.config as Object),
           ...values,
-        },
-        { forceQuotes: true }
+        }, { forceQuotes: true }
       );
     }