Skip to content

Commit

Permalink
revert microlocation needed for route
Browse files Browse the repository at this point in the history
  • Loading branch information
cweitat committed Aug 2, 2023
1 parent 92b0b2b commit bb96d16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/TypeSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ async function submitForm() {
name: selectedType.value.href,
params: {
eventId: selectedEvent.value.id,
microlocationId: selectedMicrolocation.value.id,
stationId: selectedStation.value.id,
scannerType: selectedType.value.id
}
Expand Down
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const router = createRouter({
]
},
{
path: ':eventId/:microlocationId/:stationId/scanner/:scannerType',
path: ':eventId/:stationId/scanner/:scannerType',
name: 'scanner',
component: QRScannerCamera
}
Expand Down

0 comments on commit bb96d16

Please sign in to comment.