From b2a8657d589331a598c75b3e51b860d0437f20b7 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Sat, 10 Aug 2024 20:18:22 +0200 Subject: [PATCH] Open target endpoint links in separate window/tab Signed-off-by: Julius Volz --- web/ui/mantine-ui/src/components/EndpointLink.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/mantine-ui/src/components/EndpointLink.tsx b/web/ui/mantine-ui/src/components/EndpointLink.tsx index 477f86014b..5454031634 100644 --- a/web/ui/mantine-ui/src/components/EndpointLink.tsx +++ b/web/ui/mantine-ui/src/components/EndpointLink.tsx @@ -31,7 +31,7 @@ const EndpointLink: FC = ({ endpoint, globalUrl }) => { : `${protocol}//${host}${pathname}`; return ( - + {displayLink} {params.length > 0 && (