bug fix for data selection tab
This commit is contained in:
@@ -558,7 +558,7 @@ const DroppedObjects: React.FC = () => {
|
||||
|
||||
return (
|
||||
<div
|
||||
key={`${zoneName}-${index}`}
|
||||
key={obj.id}
|
||||
className={`${obj.className} ${
|
||||
selectedChartId?.id === obj.id && "activeChart"
|
||||
} `}
|
||||
|
||||
Reference in New Issue
Block a user