From d1b9d4c66d6a212be15e49ebdf9f204db31171a2 Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Thu, 5 Dec 2024 14:45:59 +0100 Subject: [PATCH] fix: replay auth url construction (#26674) --- .../src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx b/frontend/src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx index 1169702c255fa..aa95376c5fa9c 100644 --- a/frontend/src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx +++ b/frontend/src/lib/components/AuthorizedUrlList/AuthorizedUrlList.tsx @@ -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={