JWT refresh
This commit is contained in:
@@ -110,7 +110,7 @@ export default function EditDishList(props) {
|
||||
.then((response) => {
|
||||
dispatch(hideBackdrop());
|
||||
dispatch(notification("Dodano do zestawu.", "success"));
|
||||
dispatch(refreshUserData(token));
|
||||
dispatch(refreshUserData());
|
||||
})
|
||||
.catch((error) => {
|
||||
dispatch(hideBackdrop());
|
||||
|
||||
Reference in New Issue
Block a user