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. 1023
      src/views/Dashboard/DashboardProjectCarousell.js
  2. 2
      src/views/SimproV2/CreatedProyek/DialogHierarchy.js

1023
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);
getdataHierarchy();
}
}, [saveHierarchy, idTask, openDialog, closeDialog, openDialogFormGantt])
}, [idTask, openDialog, closeDialog, openDialogFormGantt])
useEffect(() => {
if (!openDialog) {

Loading…
Cancel
Save