fix label

This commit is contained in:
Warunee Tamkoo 2023-08-21 07:24:56 +07:00
parent 0f96b24df2
commit 7dbbfd5fcf
2 changed files with 2 additions and 2 deletions

View file

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