Skip to content

Commit 9104e8d

Browse files
committed
fix: nanofix
1 parent b0a2bdd commit 9104e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TableWithControlsLayout/TableWithControlsLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import './TableWithControlsLayout.scss';
1212
const b = cn('ydb-table-with-controls-layout');
1313

1414
interface TableWithControlsLayoutItemProps {
15-
children: React.ReactNode;
15+
children?: React.ReactNode;
1616
renderExtraControls?: () => React.ReactNode;
1717
className?: string;
1818
fullHeight?: boolean;

0 commit comments

Comments
 (0)