We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d1744 commit 1db3c0fCopy full SHA for 1db3c0f
src/pages/scientificServices/pipelines/views/JobHistory.tsx
@@ -156,7 +156,7 @@ export const JobHistory = () => {
156
<div style={{ marginBottom: '0.5rem' }}>
157
{/* @ts-ignore */}
158
<Paginator
159
- filteredDataLength={pipelineRunsResponse?.results.length ?? 0}
+ filteredDataLength={pipelineRunsResponse?.totalResults ?? 0}
160
unfilteredDataLength={pipelineRunsResponse?.totalResults ?? 0}
161
pageNumber={pageNumber}
162
setPageNumber={(v) => {
0 commit comments