LFFE-2 update all pages after dialogs actions close them
This commit is contained in:
@@ -43,6 +43,7 @@ const UpdateContent = ({rowId, mutate, setOpenConfirmDialog}) => {
|
||||
requestServer(`${UPDATE_LOAN_MANAGEMENT_NAVGAN}/${rowId}`, 'post', {
|
||||
data: formData,
|
||||
}).then((response) => {
|
||||
setOpenConfirmDialog(false)
|
||||
mutate()
|
||||
update_notification()
|
||||
}).catch(() => {
|
||||
|
||||
Reference in New Issue
Block a user