fix: edit should not require telephone no
This commit is contained in:
parent
2b843d7e13
commit
52bf59cc64
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ type BranchUpdate = {
|
|||
address?: string;
|
||||
zipCode?: string;
|
||||
email?: string;
|
||||
telephoneNo: string;
|
||||
telephoneNo?: string;
|
||||
contactName?: string;
|
||||
contact?: string | string[] | null;
|
||||
lineId?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue