diff --git a/Services/client/src/components/FileForm.vue b/Services/client/src/components/FileForm.vue index 7c60608..6a34273 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 || mode === 'edit' ) || ('โปรดอัปโหลดไฟล์')]" >