[commonActions, commonReducer] activePopup 추가, IntroPanel, TermsOfService 적용
This commit is contained in:
@@ -36,3 +36,9 @@ export const SEARCH_DATA_MAX_RESULTS_LIMIT = 30;
|
||||
|
||||
// getSubCategory data
|
||||
export const CATEGORY_DATA_MAX_RESULTS_LIMIT = 20;
|
||||
|
||||
// popup
|
||||
export const ACTIVE_POPUP = {
|
||||
termsPopup: "termsPopup",
|
||||
exitPopup: "exitPopup",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user