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