Fixed error notifications
This commit is contained in:
@@ -114,7 +114,7 @@ export default class City extends Vue {
|
|||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
this.$store.dispatch(
|
this.$store.dispatch(
|
||||||
"errorMessage",
|
"errorMessage",
|
||||||
"Błąd " + e.status.code + " przy pobieraniu danych!"
|
"Błąd " + e.response.status + " przy pobieraniu danych!"
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user