bug fix for data selection tab

This commit is contained in:
2025-04-16 18:04:29 +05:30
parent 1607532cf4
commit 16cf1b96cc
13 changed files with 74 additions and 179 deletions

View File

@@ -558,7 +558,7 @@ const DroppedObjects: React.FC = () => {
return (
<div
key={`${zoneName}-${index}`}
key={obj.id}
className={`${obj.className} ${
selectedChartId?.id === obj.id && "activeChart"
} `}