We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4d8dd commit 6b8a165Copy full SHA for 6b8a165
ui/src/views/application/index.vue
@@ -563,9 +563,7 @@ function toChat(row: any) {
563
aips = aips ? aips : []
564
const apiParams = mapToUrlParams(aips) ? '?' + mapToUrlParams(aips) : ''
565
ApplicationApi.getAccessToken(row.id, loading).then((res: any) => {
566
- const newUrl = router.resolve({
567
- path: application.location + res?.data?.access_token + apiParams,
568
- }).href
+ const newUrl = application.location + res?.data?.access_token + apiParams
569
window.open(newUrl)
570
})
571
0 commit comments