chore: updating typescript and api-reports
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -253,8 +253,8 @@ export const IncidentsTable = ({
|
||||
}
|
||||
page={tableState.page}
|
||||
totalCount={incidentsCount}
|
||||
onChangePage={onChangePage}
|
||||
onChangeRowsPerPage={onChangeRowsPerPage}
|
||||
onPageChange={onChangePage}
|
||||
onRowsPerPageChange={onChangeRowsPerPage}
|
||||
// localization={{ header: { actions: undefined } }}
|
||||
columns={columns}
|
||||
data={incidents}
|
||||
|
||||
@@ -165,8 +165,8 @@ export const UptimeMonitorsTable = ({
|
||||
</Typography>
|
||||
}
|
||||
page={tableState.page}
|
||||
onChangePage={onChangePage}
|
||||
onChangeRowsPerPage={onChangeRowsPerPage}
|
||||
onPageChange={onChangePage}
|
||||
onRowsPerPageChange={onChangeRowsPerPage}
|
||||
localization={{ header: { actions: undefined } }}
|
||||
isLoading={isLoading}
|
||||
columns={columns}
|
||||
|
||||
Reference in New Issue
Block a user