| @@ -29,8 +29,9 @@ | ||
| 29 | 29 | const LASSO_LITE_ACTIVE = 'is_active_lasso_lite'; |
| 30 | 30 | const SWITCH_TO_NEW_UI = 'is_lasso_live_switch_to_new_ui'; |
| 31 | 31 | const IS_VISITED_WELCOME_PAGE = 'is_visited_welcome_page'; |
| 32 | 32 | const RESET_WELCOME_PAGE = 'reset-onboarding'; |
| 33 | + const RESET_REQUEST_REVIEW = 'reset-review'; | |
| 33 | 34 | |
| 34 | 35 | const LIMIT_ON_PAGE = 10; |
| 35 | 36 | const REWRITE_SLUG_DEFAULT = 'go'; |
| 36 | 37 | |