From 529526916cf9e61e18807e633263d749c79902a2 Mon Sep 17 00:00:00 2001 From: Bartosz Prusinowski Date: Thu, 27 Nov 2025 08:54:09 +0100 Subject: [PATCH] feat: Open table links in the same tab --- CHANGELOG.md | 3 ++- app/charts/table/linked-cell-wrapper.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9656528f0..d19c70a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ You can also check the ## Unreleased -Nothing yet. +- Features + - Links in table charts now open in the same tab ### 6.2.1 - 2025-11-24 diff --git a/app/charts/table/linked-cell-wrapper.tsx b/app/charts/table/linked-cell-wrapper.tsx index 436597355..dee466d23 100644 --- a/app/charts/table/linked-cell-wrapper.tsx +++ b/app/charts/table/linked-cell-wrapper.tsx @@ -68,7 +68,7 @@ export const LinkedCellWrapper = ({