refactor: add btn uploand file passport
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
dd09a8cb23
commit
03adabeabd
4 changed files with 48 additions and 19 deletions
|
|
@ -108,7 +108,7 @@ export type EmployeeCreate = {
|
|||
employeeWork?: EmployeeWorkCreate[];
|
||||
employeeInCountryNotice?: EmployeeInCountryNoticePayload[];
|
||||
employeeVisa?: EmployeeVisaPayload[];
|
||||
employeePassport?: EmployeePassportPayload[];
|
||||
employeePassport?: (EmployeePassportPayload & { file?: File })[];
|
||||
|
||||
employeeOtherInfo?: EmployeeOtherCreate;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue