fix: edit should not require telephone no

This commit is contained in:
Methapon2001 2024-04-19 13:02:47 +07:00
parent 2b843d7e13
commit 52bf59cc64

View file

@ -57,7 +57,7 @@ type BranchUpdate = {
address?: string; address?: string;
zipCode?: string; zipCode?: string;
email?: string; email?: string;
telephoneNo: string; telephoneNo?: string;
contactName?: string; contactName?: string;
contact?: string | string[] | null; contact?: string | string[] | null;
lineId?: string; lineId?: string;