fix(ui): change key to attributesCount in AttributeSetList.tsx resolving duplicate React key warning

This commit is contained in:
Inamul-hasan-tec
2026-08-12 17:00:52 +05:30
parent 95ae534619
commit 3e96ee5f16
@@ -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)) {