|
@@ -51,7 +51,7 @@ class CustomizeCssSetting extends React.Component {
|
|
|
<CustomCssEditor
|
|
<CustomCssEditor
|
|
|
// The value passed must be immutable
|
|
// The value passed must be immutable
|
|
|
value={appContainer.config.customizeCss}
|
|
value={appContainer.config.customizeCss}
|
|
|
- onChange={(inputValue) => { adminCustomizeContainer.changeCustomCss(inputValue) }}
|
|
|
|
|
|
|
+ onChange={(inputValue) => { adminCustomizeContainer.changeCustomizeCss(inputValue) }}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
<div className="col-xs-12">
|
|
<div className="col-xs-12">
|