hotfix: TrainsView watcher causing routing problems

This commit is contained in:
2024-08-22 23:19:42 +02:00
parent 8920b1e5e8
commit a8da634b0e
3 changed files with 21 additions and 20 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ const routes: Array<RouteRecordRaw> = [
name: 'DriverView',
component: () => import('../views/DriverView.vue'),
props: (route) => ({
trainId: route.query.trainId
trainId: route.query.trainId,
modalId: route.query.modalId
})
},
{