mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
chore: selecting station checkpoint from url
This commit is contained in:
@@ -375,7 +375,7 @@ export default defineComponent({
|
||||
this.$router.push({
|
||||
name: 'SceneryView',
|
||||
query: {
|
||||
station: station.name.replaceAll(' ', '_'),
|
||||
station: station.name,
|
||||
region: this.$route.query.region || undefined
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user