Skip to content

Commit

Permalink
fix: one2many infinite height
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 1, 2024
1 parent e00c71f commit 27f7494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/base/one2many/One2manyInputInfinite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export const One2manyInput: React.FC<One2manyInputInfiniteProps> = (
{currentView === "tree" && (
<One2manyTree
gridRef={gridRef}
height={ooui.height}
items={items}
readOnly={readOnly || false}
onFetchRecords={onTreeFetchRows}
Expand Down

0 comments on commit 27f7494

Please sign in to comment.