Browse Source

fix bug

pull/2/head
wahyuun 1 year ago
parent
commit
c3970bd20d
  1. 2
      src/views/SimproV2/Divisi/DialogForm.js

2
src/views/SimproV2/Divisi/DialogForm.js

@ -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 = () => {

Loading…
Cancel
Save