diff --git a/src/modules/10_registry/01_Information/01_Information.vue b/src/modules/10_registry/01_Information/01_Information.vue index 9e30df3..89372f8 100644 --- a/src/modules/10_registry/01_Information/01_Information.vue +++ b/src/modules/10_registry/01_Information/01_Information.vue @@ -351,7 +351,7 @@ async function onSavePhone() { getData(); }); }, - "ยืนยันการแก้ไขเบอร์โทร" + "ยืนยันการแก้ไขเบอร์โทร", ); } } @@ -381,7 +381,7 @@ async function onSaveEmail() { }) .finally(() => {}); }, - "ยืนยันการแก้ไขอีเมล" + "ยืนยันการแก้ไขอีเมล", ); } } @@ -588,7 +588,18 @@ onMounted(async () => {