Skip to content

Commit

Permalink
fix: table opens multiple tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
collinlokken committed Jan 3, 2024
1 parent ceaffb5 commit 413d365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function TableRow(props: TableRowProps) {
? item?.data?.name
: `${idReference.split('.').slice(-1)}`
props.onOpen(
crypto.randomUUID(),
item.key,
{
label: config.labelByIndex ? `${label} #${item.index + 1}` : label,
type: 'ViewConfig',
Expand Down

0 comments on commit 413d365

Please sign in to comment.