fix(ui): change key to attributesCount in AttributeSetList.tsx resolving duplicate React key warning
This commit is contained in:
@@ -61,7 +61,7 @@ export default function AttributeSetList() {
|
||||
),
|
||||
},
|
||||
{
|
||||
key: 'groups', label: 'ATTRIBUTES',
|
||||
key: 'attributesCount', label: 'ATTRIBUTES',
|
||||
render: (groups: any) => {
|
||||
let count = 0;
|
||||
if (Array.isArray(groups)) {
|
||||
|
||||
Reference in New Issue
Block a user