Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[비즈니스] 폼 재입력시 에러 초기화 #374

Merged
merged 2 commits into from
Jul 13, 2024

Conversation

chaeseungyun
Copy link
Contributor

  • Close #ISSUE_NUMBER

What is this PR? 🔍

  • 기능 :
  • issue : #

Changes 📝

폼 재입력시 에러를 초기화해서 유저의 대응에 유연하게 반응했습니다

ScreenShot 📷

Test CheckList ✅

  • test 1
  • test 2
  • test 3

Precaution

✔️ Please check if the PR fulfills these requirements

  • It's submitted to the correct branch, not the develop branch unconditionally?
  • If on a hotfix branch, ensure it targets main?
  • There are no warning message when you run yarn lint

@chaeseungyun chaeseungyun self-assigned this Jul 13, 2024
@@ -116,6 +116,8 @@ export default function PhoneStep({ setIsStepComplete }: PhoneStepProps) {
value = value.slice(0, 11);
}
setValue('phone_number', value);
setIsClick(false);
clearErrors();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

자잘한 실수가 많았었네요 ..ㅠ

@chaeseungyun chaeseungyun merged commit 10ed6c0 into develop Jul 13, 2024
2 checks passed
@github-actions github-actions bot deleted the fix/form-error branch July 13, 2024 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants