chore: updating typescript and api-reports
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
+2
-2
@@ -219,10 +219,10 @@ export const BitriseBuildsTable = ({
|
||||
}}
|
||||
totalCount={builds.value?.paging?.total_item_count || 0}
|
||||
page={page}
|
||||
onChangePage={pageIndex => {
|
||||
onPageChange={pageIndex => {
|
||||
handleChangePage(pageIndex, builds.value?.paging?.next);
|
||||
}}
|
||||
onChangeRowsPerPage={handleChangeRowsPerPage}
|
||||
onRowsPerPageChange={handleChangeRowsPerPage}
|
||||
columns={columns}
|
||||
data={builds.value?.data || []}
|
||||
onSearchChange={(searchTerm: string) =>
|
||||
|
||||
Reference in New Issue
Block a user