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

Fix: 회사등록 이미지입력 및 근로자 마이페이지버튼 status 수정 #138

Merged
merged 4 commits into from
Nov 12, 2024

Conversation

YIMSEBIN
Copy link
Contributor

@YIMSEBIN YIMSEBIN commented Nov 12, 2024

Description

  • 회사 등록에서 이미지 입력을 필수 -> 선택으로 변경했습니다.
  • 이미지 입력이 없을 시 빈 string으로 전달합니다.
    if (file) {
      formData.append('logoImage', file);
    } else {
      formData.append('logoImage', '');
    }
  • 근로자 마이페이지 버튼 status를 아래와 같이 최종적으로 수정하였습니다.
export type StateProps = '근로계약서 서명하기' | '채용마감' | '지원서 검토중' | '채용완료';

@YIMSEBIN YIMSEBIN added the fix label Nov 12, 2024
@YIMSEBIN YIMSEBIN self-assigned this Nov 12, 2024
@YIMSEBIN YIMSEBIN merged commit 6902f5d into kakao-tech-campus-2nd-step3:Weekly Nov 12, 2024
1 check passed
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.

1 participant