From b6b1a5b6bffa3f92bcc6484be83d2fb5c23e257a Mon Sep 17 00:00:00 2001 From: oat Date: Wed, 13 Dec 2023 16:42:32 +0700 Subject: [PATCH 1/6] fix: error when push --- Services/client/src/components/FileForm.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Services/client/src/components/FileForm.vue b/Services/client/src/components/FileForm.vue index 7c60608..4e211d0 100644 --- a/Services/client/src/components/FileForm.vue +++ b/Services/client/src/components/FileForm.vue @@ -165,6 +165,7 @@ const file = ref() : '' " id="inputFile" + :rules="[(v) => v != undefined || 'โปรดอัพโหลดไฟล์']" >