Skip to content

Commit

Permalink
refactor: Remove hardcoded infinite scroll flag in StaticTable
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulbarwal committed Feb 14, 2025
1 parent af1de45 commit 0c58fcf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const StaticTable = (props: StaticTableProps, ref: React.Ref<SimpleBar>) => {
getTableBodyProps={props.getTableBodyProps}
height={props.height}
isAddRowInProgress={props.isAddRowInProgress}
isInfiniteScrollEnabled={false}
isLoading={props.isLoading}
loadMoreFromEvaluations={props.loadMoreFromEvaluations}
multiRowSelection={!!props.multiRowSelection}
Expand Down

0 comments on commit 0c58fcf

Please sign in to comment.