Fix CallsTab infinite scroll loading and add benchmark

This commit is contained in:
Jamie Kyle 2024-09-09 11:59:43 -07:00 committed by GitHub
parent df2c32be83
commit 534a625235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 227 additions and 1 deletions

View file

@ -980,7 +980,7 @@ export function CallsList({
ref={infiniteLoaderRef}
isRowLoaded={isRowLoaded}
loadMoreRows={loadMoreRows}
rowCount={rowCount}
rowCount={searchState.results?.count ?? Infinity}
minimumBatchSize={100}
threshold={30}
>