mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
chore: added routeSpeedExit prop
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user