fix: typo

This commit is contained in:
Methapon Metanipat 2024-10-30 09:02:29 +07:00
parent 2e9bfe5fca
commit df811c90b3
3 changed files with 11 additions and 2 deletions

View file

@ -38,7 +38,7 @@ type EmployeeWorkPayload = {
jobType?: string | null;
workplace?: string | null;
workPermitNo?: string | null;
workPermitIssuDate?: Date | null;
workPermitIssueDate?: Date | null;
workPermitExpireDate?: Date | null;
workEndDate?: Date | null;
remark?: string | null;