diff --git a/web/app/education-apply/components/constants.ts b/web/app/education-apply/components/constants.ts index 8a2c364861..a5672d19f9 100644 --- a/web/app/education-apply/components/constants.ts +++ b/web/app/education-apply/components/constants.ts @@ -1,2 +1,2 @@ -export const EDUCATION_VERIFY_URL_SEARCHPARAMS_ACTION = 'getEducationVerifyA' +export const EDUCATION_VERIFY_URL_SEARCHPARAMS_ACTION = 'getEducationVerify' export const EDUCATION_VERIFYING_LOCALSTORAGE_ITEM = 'educationVerifying'