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;
contactName: string;
contact: string;
qrCodeImage: File;
imageUrl: File;
qrCodeImage?: File;
imageUrl?: File;
lineId: string;
};