Преглед на файлове

disable with using kibela

itizawa преди 6 години
родител
ревизия
eb9fc49d68
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/client/js/components/Admin/Customize/CustomizeThemeForm.jsx

+ 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" />