fix: allow null for reponsible area
This commit is contained in:
parent
c69ac0db51
commit
0ec072833c
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ type UserUpdate = {
|
|||
sourceNationality?: string | null;
|
||||
importNationality?: string | null;
|
||||
trainingPlace?: string | null;
|
||||
responsibleArea?: string[];
|
||||
responsibleArea?: string[] | null;
|
||||
birthDate?: Date | null;
|
||||
|
||||
address?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue