Browse Source

Merge pull request 'Fix notification' (#40) from dev-wahyu into staging

Reviewed-on: ordo/adw-frontend#40
Reviewed-by: ibnu <ibnu@mail.com>
pull/2/head
ibnu 1 year ago
parent
commit
8549c5550d
  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