Skip to content

Commit 4965a60

Browse files
authored
StatsHouse UI: fix embed dash link (#1950)
1 parent 1040ce7 commit 4965a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statshouse-ui/src/components2/Plot/PlotView/PlotHeaderEmbedDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function PlotHeaderEmbedDashboard() {
4343
<div className={cn('d-flex position-relative w-100', !plot?.customName && !showTags && 'pe-4')}>
4444
<div className="flex-grow-1 w-50 px-1 d-flex">
4545
<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'}>
46+
<PlotLink plotKey={plot.id} className="text-decoration-none" target={'_blank'}>
4747
<PlotName />
4848
</PlotLink>
4949
</Tooltip>

0 commit comments

Comments
 (0)