LFFE-2 update all pages after dialogs actions close them

This commit is contained in:
2023-11-01 10:42:41 +03:30
parent 86981a9e39
commit 3d343322e3
29 changed files with 29 additions and 1 deletions

View File

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