Skip to content

Commit

Permalink
feat :: 사업자 등록증 nullable 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
eejx0 authored Oct 23, 2024
2 parents fafac88 + d50b76e commit 0447678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/company/src/apis/company/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export interface ICompanyRegisterRequest extends IUpdateCompanyInfoRequest {
business_number: string;
service_name: string;
attachment_urls?: string[] | null;
biz_registration_url?: string;
}

export interface ICheckBuisnessNumberResponse {
Expand Down
2 changes: 1 addition & 1 deletion apps/company/src/app/registration/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ export default function Registration() {
onChange={uploadImgFile}
/>
</InputTemplate>,
<InputTemplate key="biz-registration" title="사업자등록증" required>
<InputTemplate key="biz-registration" title="사업자등록증">
<Flex direction="column">
<S.AddFileButton
onClick={() => {
Expand Down

0 comments on commit 0447678

Please sign in to comment.