Skip to content
Snippets Groups Projects
Commit 76ebe4d0 authored by Ahmad Saladin's avatar Ahmad Saladin
Browse files

fix delete user message

parent f88514f5
1 merge request!43Main
......@@ -281,7 +281,7 @@ export default {
HTTP.delete(`employees/${id}`).then((res) =>{
if (res.status == 200){
alert("Berhasil menghapus Karyawan")
this.getUsers()
window.location.reload()
}
}).catch( () => {
alert("Gagal Menghapus Karyawan")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment