Browse Source

Fix calculation type

pull/2/head
Wahyu Ramadhan 2 years ago
parent
commit
8e4b65026e
  1. 1
      src/views/SimproV2/CreatedProyek/DialogFormGantt.js

1
src/views/SimproV2/CreatedProyek/DialogFormGantt.js

@ -23,7 +23,6 @@ const DialogFormGantt = ({ openDialog, closeDialog, toggleDialog, idTask }) => {
setId(0)
setName("")
setDesctription("")
setCalculationType("")
}
useEffect(() => {

Loading…
Cancel
Save