Merge pull request #33353 from backstage/charlesdedreuille/bacui-272-fix-table-row-external-href

fix(ui): open external Table row hrefs in a new tab
This commit is contained in:
Charles de Dreuille
2026-03-16 10:16:18 +00:00
committed by GitHub
2 changed files with 29 additions and 3 deletions
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Fixed `Table` rows with external `href` values to open in a new tab by automatically applying `target="_blank"` and `rel="noopener noreferrer"`.
**Affected components**: Table