Conversation
기업 등록할 떄 총 근로자 수에서 NaN이 들어가는 오류 해결
appendtechlist 두면 사용되는 오류
회원가입 API 호출 후 쿠키 설정 이후 페이지 이동하도록 수정 - 기존에는 API 호출 직후 페이지 이동 - 쿠키 설정이 완료된 후 페이지 이동하도록 변경 - my 페이지에서 사용자 정보를 정상적으로 표시
Input 레이블에 불필요한 width 속성 제거 - 기존에는 LabelStyle에 width: "100%"가 적용되어 있었음 - 이로 인해 레이블이 필요 이상의 공간을 차지하는 문제 발생 - width 속성을 제거하여 레이블이 내용에 맞게끔 크기 조정되도록 수정
Input 파일 업로드 컴포넌트 스타일 수정 - 기존 너비가 적용되지 않던 문제 수정 - 너비를 100%로 설정하여 레이블 너비와 동일하게 적용 - UI 일관성 유지
errors - Fix student component file name casing mismatch - Add optional chaining to API response data to prevent runtime errors Signed-off-by: kangeunchan <kangeunchan080310@gmail.com>
- Remove Sentry integration completely - Add optional chaining for API response handling Signed-off-by: kangeunchan <kangeunchan080310@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.