Skip to content

Commit

Permalink
[TreeView] In the RichTreeView, do not use the item id as the HTML …
Browse files Browse the repository at this point in the history
…id attribute (#12319)
  • Loading branch information
flaviendelangle authored Mar 6, 2024
1 parent 8a42234 commit 6733cf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const updateNodesState = ({
label,
index,
parentId,
idAttribute: id,
idAttribute: undefined,
expandable: !!item.children?.length,
disabled: isItemDisabled ? isItemDisabled(item) : false,
};
Expand Down

0 comments on commit 6733cf7

Please sign in to comment.