Fix CallsTab infinite scroll loading and add benchmark
This commit is contained in:
parent
df2c32be83
commit
534a625235
3 changed files with 227 additions and 1 deletions
|
@ -980,7 +980,7 @@ export function CallsList({
|
|||
ref={infiniteLoaderRef}
|
||||
isRowLoaded={isRowLoaded}
|
||||
loadMoreRows={loadMoreRows}
|
||||
rowCount={rowCount}
|
||||
rowCount={searchState.results?.count ?? Infinity}
|
||||
minimumBatchSize={100}
|
||||
threshold={30}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue