Преглед изворни кода

customizeParams does not have state

reiji-h пре 2 година
родитељ
комит
9d6ecf461e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/src/client/services/AdminCustomizeContainer.js

+ 1 - 1
apps/app/src/client/services/AdminCustomizeContainer.js

@@ -216,7 +216,7 @@ export default class AdminCustomizeContainer extends Container {
         isEnabledStaleNotification: customizedParams.isEnabledStaleNotification,
         isAllReplyShown: customizedParams.isAllReplyShown,
         isSearchScopeChildrenAsDefault: customizedParams.isSearchScopeChildrenAsDefault,
-        isEnabledMarp: customizedParams.state.isEnabledMarp,
+        isEnabledMarp: customizedParams.isEnabledMarp,
       });
     }
     catch (err) {