JWT refresh
This commit is contained in:
@@ -67,6 +67,7 @@ export default function EditRestaurantLocation(props) {
|
||||
.catch((e) => {
|
||||
dispatch(hideBackdrop());
|
||||
dispatch(notification("Nie udało się zmienić lokalizacji :(", "error"));
|
||||
throw e;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user