Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
bug(UIKIT-1683,NewDataGrid): Исправлена ошибка семантики для вложенно…
Browse files Browse the repository at this point in the history
…го Collapse (#1075)
  • Loading branch information
mfrolov89 authored Aug 2, 2024
1 parent c522ef8 commit 121fc91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const NestedChildren = memo(

{isOpen && (
<>
<Collapse in={isShowAllChildren} unmountOnExit>
<Collapse in={isShowAllChildren} component="li" unmountOnExit>
<NestedRows $level={level}>
{otherChildren.map(({ children, options, ...nestedRow }) => {
const nestedRowId = (nestedRow as TData)[keyId] as string;
Expand Down

0 comments on commit 121fc91

Please sign in to comment.