We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
서비스 수정 페이지에 필요한 API를 연동합니다.
The text was updated successfully, but these errors were encountered:
[#65] refactor: NoService 컴포넌트 생성 및 분리
7899a06
서비스가 없음을 표시하는 컴포넌트가 다른 곳에서도 쓰일 일이 있어서 분리
[#65] feat: 서비스 수정 페이지 URI 수정
5e1cb8e
- 서비스 아이디를 param으로 받도록 수정 - 라우터 경로에 웹팩 설정 관련 오류가 있어 index.html 수정
[#65] feat: 서비스 정보 불러오기 API 연동
6fd6e65
- useServiceEdit hook 생성 - API 연동, 로딩, 에러 처리 - 더미 데이터 삭제
[#65] fix: 서비스 수정 폼에서 버튼 disable 문제 해결
bbded92
- 수정사항 없을 때도 버튼이 active해서 관련 조건문 수정
[#65] feat: 서비스 수정 API 연동
4ccff9b
- useServiceEdit hook 수정 - API 연동, 로딩, 에러, 수정 완료 처리
Seogeurim
No branches or pull requests
기능 설명
서비스 수정 페이지에 필요한 API를 연동합니다.
진행 사항
The text was updated successfully, but these errors were encountered: