فهرست منبع

force quote yaml dump

jusrhee 5 سال پیش
والد
کامیت
b955c0122e
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      dashboard/src/main/home/cluster-dashboard/expanded-chart/ExpandedJobChart.tsx

+ 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 }
       );
     }