Browse Source

Fix notification

pull/2/head
Wahyu Ramadhan 1 year ago
parent
commit
9552dfcbc6
  1. 2
      src/views/SimproV2/CreatedProyek/DialogHierarchy.js

2
src/views/SimproV2/CreatedProyek/DialogHierarchy.js

@ -229,7 +229,7 @@ const DialogHierarchy = ({ openDialog, closeDialog, toggleDialog, idTask, proyek
.then(res => res)
.catch((error) => error.response);
if (result && result.data && result.data.code === 200) {
if (result && result.data && result.status === 200) {
getdataHierarchy()
setIdDelete(0)
setAlertDelete(false)

Loading…
Cancel
Save