Fixed error notifications

This commit is contained in:
Kamil Klecha
2021-10-20 21:02:15 +02:00
parent ca85b6a08c
commit 904a75d871

View File

@@ -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!"
);
});
}