itizawa 6 سال پیش
والد
کامیت
9d95796744
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/client/js/components/Admin/Customize/CustomizeLayoutSetting.jsx

+ 6 - 0
src/client/js/components/Admin/Customize/CustomizeLayoutSetting.jsx

@@ -17,6 +17,12 @@ const logger = loggerFactory('growi:importer');
 
 class CustomizeLayoutSetting extends React.Component {
 
+  constructor(props) {
+    super(props);
+
+    this.onClickSubmit = this.onClickSubmit.bind(this);
+  }
+
   async onClickSubmit() {
     const { t, adminCustomizeContainer } = this.props;