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

REV-404/이름 변경 시 중복일 때 토스트 처리 #112

Merged

Conversation

hyoribogo
Copy link
Member

📑 구현 내용

image
image

짜잘한 스타일 수정(폰트 크기 더 키우기, Input 컴포넌트 스타일 조정)
중복 시 에러 토스트 처리 해주었습니다.


🚧 참고 사항


@hyoribogo hyoribogo added 리팩토링 리팩토링을 위한 이슈입니다. 스타일 스타일과 관련된 작업입니다. labels Dec 3, 2023
@hyoribogo hyoribogo self-assigned this Dec 3, 2023
Comment on lines +68 to +72
onError: (error) => {
if (isAxiosError(error)) {
addToast({ message: error.response?.data.message, type: 'error' })
}
},
Copy link
Collaborator

Choose a reason for hiding this comment

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

굿굿

…m-12-ReviewRanger-FE into REV-404/이름-변경-시-중복일-때-토스트-처리
@hyoribogo hyoribogo merged commit f866f3c into develop Dec 4, 2023
1 check passed
@hyoribogo hyoribogo deleted the REV-404/이름-변경-시-중복일-때-토스트-처리 branch December 4, 2023 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
리팩토링 리팩토링을 위한 이슈입니다. 스타일 스타일과 관련된 작업입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants