We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1040ce7 commit 4965a60Copy full SHA for 4965a60
statshouse-ui/src/components2/Plot/PlotView/PlotHeaderEmbedDashboard.tsx
@@ -43,7 +43,7 @@ export function PlotHeaderEmbedDashboard() {
43
<div className={cn('d-flex position-relative w-100', !plot?.customName && !showTags && 'pe-4')}>
44
<div className="flex-grow-1 w-50 px-1 d-flex">
45
<Tooltip hover as="span" className="text-decoration-none overflow-hidden text-nowrap" title={plotTooltip}>
46
- <PlotLink plotKey={plot.id} className="text-decoration-none" target={'_self'}>
+ <PlotLink plotKey={plot.id} className="text-decoration-none" target={'_blank'}>
47
<PlotName />
48
</PlotLink>
49
</Tooltip>
0 commit comments