Browse Source

Merge pull request 'fixed hierarchy' (#4) from dev-wahyun into staging

Reviewed-on: ibnu/generic-ospro-frontend#4
pull/1/head
wahyun 12 months ago
parent
commit
bc28b0a2b0
  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