itizawa 6 лет назад
Родитель
Сommit
c7d27275bb
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/client/js/services/AdminCustomizeContainer.js

+ 1 - 0
src/client/js/services/AdminCustomizeContainer.js

@@ -14,6 +14,7 @@ export default class AdminCustomizeContainer extends Container {
     this.state = {
       currentTheme: appContainer.config.themeType,
       currentLayout: appContainer.config.layoutType,
+      currentBehavior: appContainer.config.behaviorType,
     };
 
     this.switchLayoutType = this.switchLayoutType.bind(this);