chore: updating typescript and api-reports

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-22 17:06:12 +02:00
parent 23951608ba
commit a9ce6d8892
8 changed files with 16 additions and 16 deletions
@@ -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) =>