Skip to content

Commit 1a0525d

Browse files
authored
Merge pull request alibaba#14 from alittlecodebox/main
fix: missing key
2 parents 18a31d1 + a84252d commit 1a0525d

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)