|
|
@ -17,7 +17,7 @@ const DialogFormGantt = ({ openDialog, closeDialog, toggleDialog, idTask }) => { |
|
|
|
const [id, setId] = useState(0) |
|
|
|
const [id, setId] = useState(0) |
|
|
|
const [name, setName] = useState("") |
|
|
|
const [name, setName] = useState("") |
|
|
|
const [description, setDesctription] = useState("") |
|
|
|
const [description, setDesctription] = useState("") |
|
|
|
const [calculationType, setCalculationType] = useState("") |
|
|
|
const [calculationType, setCalculationType] = useState("detail") |
|
|
|
|
|
|
|
|
|
|
|
const handleCLearData = () => { |
|
|
|
const handleCLearData = () => { |
|
|
|
setId(0) |
|
|
|
setId(0) |
|
|
|