Merge branch 'develop'
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Methapon2001 2025-05-30 13:07:33 +07:00
commit 47907f61ab

View file

@ -43,7 +43,7 @@ type EmployeePassportPayload = {
workerStatus: string;
nationality: string;
otherNationality?: string;
otherNationality?: string | null;
namePrefix?: string | null;
firstName: string;
firstNameEN: string;