Skip to content

Commit

Permalink
Merge pull request #817 from gobitfly/BEDS-393/fix-shared-url
Browse files Browse the repository at this point in the history
BEDS-393: frontend: fix shared dashboard url
  • Loading branch information
invis-bitfly authored Sep 3, 2024
2 parents 2f0f521 + c6993da commit bf40fc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/components/dashboard/DashboardShareCodeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ const isShared = computed(() => isSharedKey(sharedKey.value))
const path = computed(() => {
const newRoute = router.resolve({
name: 'dashboard-id',
query: {
validators: fromBase64Url(sharedKey.value ?? ''),
},
params: { id: sharedKey.value },
})
return url.origin + newRoute.fullPath
})
Expand Down

0 comments on commit bf40fc0

Please sign in to comment.