LFFE-17 Fixed bug setOpenConfirmDialog
This commit is contained in:
@@ -24,6 +24,7 @@ const DeleteForm = ({rowId, mutate}) => {
|
||||
const handleSubmit = () => {
|
||||
setIsSubmitting(true)
|
||||
requestServer(`${DELETE_ROLE_MANAGEMENT}/${rowId}`, 'delete').then((response) => {
|
||||
setOpenConfirmDialog(false)
|
||||
mutate()
|
||||
update_notification()
|
||||
}).catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user