feat: added blackout dates implementation (#271)

* feat: added blackout dates implementation

Co-authored-by: Mehak Nasir <mehaknasir94@gmail.com>
This commit is contained in:
Ahtisham Shahid
2022-09-01 19:58:42 +05:00
committed by GitHub
parent 8a73f23cb0
commit b0737da689
7 changed files with 74 additions and 21 deletions

View File

@@ -18,6 +18,8 @@ export const selectLearnersTabEnabled = state => state.config.learnersTabEnabled
export const selectDivisionSettings = state => state.config.settings;
export const selectBlackoutDate = state => state.config.blackouts;
export const selectModerationSettings = state => ({
postCloseReasons: state.config.postCloseReasons,
editReasons: state.config.editReasons,