Browse Source

delete saveHierarchy

pull/1/head
wahyuun 1 year ago
parent
commit
e1efc0049d
  1. 2
      src/views/SimproV2/CreatedProyek/DialogHierarchy.js

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

@ -47,7 +47,7 @@ const DialogHierarchy = ({ openDialog, closeDialog, toggleDialog, idTask, proyek
setLoading(true); setLoading(true);
getdataHierarchy(); getdataHierarchy();
} }
}, [saveHierarchy, idTask, openDialog, closeDialog, openDialogFormGantt]) }, [idTask, openDialog, closeDialog, openDialogFormGantt])
useEffect(() => { useEffect(() => {
if (!openDialog) { if (!openDialog) {

Loading…
Cancel
Save