Skip to content

Commit

Permalink
fix: replay auth url construction (#26674)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Dec 5, 2024
1 parent 85e7457 commit d1b9d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export function AuthorizedUrlList({
type === AuthorizedUrlListType.TOOLBAR_URLS
? launchUrl(keyedURL.url)
: // other urls are simply opened directly
keyedURL.url + query
`${keyedURL.url}${query ? query : ''}`
}
targetBlank
tooltip={
Expand Down

0 comments on commit d1b9d4c

Please sign in to comment.