fix: แก้ ไม่ต้องส่ง รูปก็ได้

This commit is contained in:
Net 2024-04-22 13:43:40 +07:00
parent 647876d113
commit 0066bcd252

View file

@ -55,8 +55,8 @@ export type BranchCreate = {
telephoneNo: string; telephoneNo: string;
contactName: string; contactName: string;
contact: string; contact: string;
qrCodeImage: File; qrCodeImage?: File;
imageUrl: File; imageUrl?: File;
lineId: string; lineId: string;
}; };