Browse Source

Merge branch 'staging' of https://git.oslog.id/ibnu/generic-ospro-frontend into Dev-Farhan

pull/1/head
farhantock 1 year ago
parent
commit
9593b65c35
  1. 1081
      src/views/Dashboard/DashboardProjectCarousell.js
  2. 2
      src/views/SimproV2/CreatedProyek/DialogHierarchy.js

1081
src/views/Dashboard/DashboardProjectCarousell.js

File diff suppressed because it is too large Load Diff

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