From 864fa714d2aede8e995ab00be42d45309f9e2f54 Mon Sep 17 00:00:00 2001 From: HOANGLAOTA Date: Thu, 4 Jul 2024 16:09:19 +0700 Subject: [PATCH] add step class name --- src/_containers/RegisterPage/components/AccountType/index.js | 2 +- .../RegisterPage/components/UpdateInformation/index.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_containers/RegisterPage/components/AccountType/index.js b/src/_containers/RegisterPage/components/AccountType/index.js index ff552c8..d0e0636 100644 --- a/src/_containers/RegisterPage/components/AccountType/index.js +++ b/src/_containers/RegisterPage/components/AccountType/index.js @@ -36,7 +36,7 @@ const AccountType = (props) => { grade, schoolType, }); - props.setStep(stepAuthConstants.STEP_UPDATE_ACCOUNT); + props.setStep(stepAuthConstants.STEP_ADD_CLASS_NAME); } }; diff --git a/src/_containers/RegisterPage/components/UpdateInformation/index.js b/src/_containers/RegisterPage/components/UpdateInformation/index.js index 29a2b46..889991f 100644 --- a/src/_containers/RegisterPage/components/UpdateInformation/index.js +++ b/src/_containers/RegisterPage/components/UpdateInformation/index.js @@ -113,7 +113,7 @@ const UpdateInformation = (props) => {

ĐĂNG KÝ TÀI KHOẢN

- {`4. Cập nhật thông tin`} + {`5. Cập nhật thông tin`}

{props.popupMessageRegisterTeacher && ( @@ -325,7 +325,7 @@ const UpdateInformation = (props) => {

{ - props.setStep(stepAuthConstants.STEP_ACCOUNT_TYPE); + props.setStep(stepAuthConstants.STEP_ADD_CLASS_NAME); }} style={{ width: "fit-content",