From: Stephen Smith Date: Thu, 29 Sep 2022 21:32:54 +0000 (-0400) Subject: 16073: Use link element for keep-web links to allow open in new tab X-Git-Tag: 2.5.0~31^2~23 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/511b214fdb4da6cb7a96a8c253514897a4a83660 16073: Use link element for keep-web links to allow open in new tab Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/src/views/process-panel/process-io-card.tsx b/src/views/process-panel/process-io-card.tsx index 2e01282b..d60d71c4 100644 --- a/src/views/process-panel/process-io-card.tsx +++ b/src/views/process-panel/process-io-card.tsx @@ -587,7 +587,7 @@ const KeepUrlPath = withStyles(styles)(({auth, res, pdh, classes}: KeepUrlProps const keepUrlPathNav = getKeepNavUrl(auth, res, pdh); return keepUrlPath && keepUrlPathNav ? - handleClick(keepUrlPathNav)}>{keepUrlPath} : + {keepUrlPath} : // Show No value for root collection io that lacks path part ; });