@@ -23,6 +23,7 @@ class CustomizeLayoutSetting extends React.Component {
const { t } = this.props;
try {
+ this.props.adminCustomizeContainer.updateCustomizeLayout();
toastSuccess(t('customize_page.update_layout_success'));
}
catch (err) {
@@ -32,4 +32,8 @@ export default class AdminCustomizeContainer extends Container {
this.setState({ layoutType: lauoutName });
+ updateCustomizeLayout() {
+ // TODO GW-479 post api
+ }
+