From 0066bcd252fe3da9e6c2413dbc5917ac86d3b59d Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:43:40 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E0=B9=81=E0=B8=81=E0=B9=89=20?= =?UTF-8?q?=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=95=E0=B9=89=E0=B8=AD=E0=B8=87?= =?UTF-8?q?=E0=B8=AA=E0=B9=88=E0=B8=87=20=20=E0=B8=A3=E0=B8=B9=E0=B8=9B?= =?UTF-8?q?=E0=B8=81=E0=B9=87=E0=B9=84=E0=B8=94=E0=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/branch/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index f922c043..45d7488b 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -55,8 +55,8 @@ export type BranchCreate = { telephoneNo: string; contactName: string; contact: string; - qrCodeImage: File; - imageUrl: File; + qrCodeImage?: File; + imageUrl?: File; lineId: string; };