|
|
|
@ -59,6 +59,7 @@ const DialogForm = ({ openDialog, closeDialog, toggleDialog, typeDialog, dataEdi
|
|
|
|
|
setId(0) |
|
|
|
|
setDescription('') |
|
|
|
|
setName('') |
|
|
|
|
setParent(null) |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
const handleCancel = () => { |
|
|
|
@ -66,6 +67,7 @@ const DialogForm = ({ openDialog, closeDialog, toggleDialog, typeDialog, dataEdi
|
|
|
|
|
setId(0) |
|
|
|
|
setDescription('') |
|
|
|
|
setName('') |
|
|
|
|
setParent(null) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const renderForm = () => { |
|
|
|
|