chore: added routeSpeedExit prop

This commit is contained in:
2025-06-26 18:54:20 +02:00
parent 0245c45ae3
commit 5cd0852592
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ export default defineComponent({
this.sceneriesStore.changesResponse = updateResData;
this.sceneriesStore.fetchSceneriesData();
} catch (error) {
this.globalStore.alertMessage = 'Ups! Wystąpił błąd podczas zapisywania danych!';
this.globalStore.alertMessage = 'Ups! Wystąpił błąd podczas zapisywania danych! ' + error;
console.error(error);
}
},