X Tutup
Skip to content

Commit a84252d

Browse files
fix: missing key
1 parent 18a31d1 commit a84252d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-datasource-pane/src/components/DataSourceListItem/DataSourceListItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export class DataSourceListItem extends Component<DataSourceListItemProps> {
189189
}
190190
return (
191191
<Tag
192+
key={_uniqueId('ds-tag-')}
192193
style={{ maxWidth: tag.maxWidth || 120 }}
193194
size="small"
194195
type={tag.type || 'normal'}

0 commit comments

Comments
 (0)
X Tutup