This is an automated email from the ASF dual-hosted git repository. shuai pushed a commit to branch feat/1.3.6/ui in repository https://gitbox.apache.org/repos/asf/incubator-answer.git
commit cdd054c0af456f82d21958a5b9a422104587948e Author: shuai <[email protected]> AuthorDate: Tue Jul 9 15:33:12 2024 +0800 fix: delete QUESTIONS_ORDER_STORAGE_KEY key --- ui/src/common/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/common/constants.ts b/ui/src/common/constants.ts index e76c60b0..c846d4dd 100644 --- a/ui/src/common/constants.ts +++ b/ui/src/common/constants.ts @@ -27,7 +27,6 @@ export const CAPTCHA_CODE_STORAGE_KEY = '_a_captcha_'; export const DRAFT_QUESTION_STORAGE_KEY = '_a_dq_'; export const DRAFT_ANSWER_STORAGE_KEY = '_a_da_'; export const DRAFT_TIMESIGH_STORAGE_KEY = '|_a_t_s_|'; -export const QUESTIONS_ORDER_STORAGE_KEY = '_a_qok_'; export const DEFAULT_THEME = 'system'; export const ADMIN_PRIVILEGE_CUSTOM_LEVEL = 99; export const SKELETON_SHOW_TIME = 1000;
