Explorar el Código

disable with using kibela

itizawa hace 6 años
padre
commit
eb9fc49d68

+ 1 - 1
src/client/js/components/Admin/Customize/CustomizeThemeForm.jsx

@@ -13,7 +13,7 @@ class CustomizeThemeForm extends React.Component {
 
   render() {
     return (
-      <div id="themeOptions">
+      <div id="themeOptions" className={`${this.props.adminCustomizeContainer.state.layoutType === 'kibela' && 'disabled'}`}>
         {/* Light Themes  */}
         <div className="d-flex">
           <ThemeColorBox name="default" bg="#ffffff" topbar="#334455" theme="#112744" />