LFFE-2 update all pages after dialogs actions close them
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user