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

@@ -89,6 +89,7 @@ const UpdateContent = ({row, mutate, setOpenUpdateDialog}) => {
requestServer(`${UPDATE_EXPERT_MANAGEMENT}/${row.original.id}`, 'post', {auth: true, data: formData})
.then((response) => {
setOpenUpdateDialog(false);
mutate()
}).catch(() => {
}).finally(() => {