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 || 'โปรดอัพโหลดไฟล์']" >