diff --git a/Services/client/src/components/DialogDelete.vue b/Services/client/src/components/DialogDelete.vue index e0c0573..479f518 100644 --- a/Services/client/src/components/DialogDelete.vue +++ b/Services/client/src/components/DialogDelete.vue @@ -37,6 +37,7 @@ const props = withDefaults( flat v-close-popup @click="() => ($emit('update:open', !open))" + id="dialogDeleteClose" /> diff --git a/Services/client/src/components/FileForm.vue b/Services/client/src/components/FileForm.vue index 53b2788..990434a 100644 --- a/Services/client/src/components/FileForm.vue +++ b/Services/client/src/components/FileForm.vue @@ -129,6 +129,7 @@ const file = ref() icon="close" color="red" @click="() => ($emit('update:open', !open), reset())" + id="fileFormIconClose" /> @@ -148,6 +149,7 @@ const file = ref() ? 'ไม่สามารถเพิ่มไฟล์ที่ชื่อยาวเกิน 85 ตัวอักษรได้' : '' " + id="inputFile" >