fix label
This commit is contained in:
parent
0f96b24df2
commit
7dbbfd5fcf
2 changed files with 2 additions and 2 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue