ui/api ไล่ออก ปลดออก ให้ออก

This commit is contained in:
AnandaTon 2023-08-15 17:44:33 +07:00
parent 84f61e70d2
commit 4dfe222a85
19 changed files with 3326 additions and 2415 deletions

View file

@ -389,7 +389,7 @@ const clickDelete = (id: string) => {
await http
.delete(config.API.RoundInsignia(id))
.then((res) => {
success($q, "ลบข้อมูลการสอบสำเร็จ");
success($q, "ลบข้อมูลการเสนอขอสำเร็จ");
fetchData();
})
.catch((e) => {