[Security Solution][Detection Rules] Rules table page size increase (#93993)

This commit is contained in:
Davis Plumlee 2021-03-08 16:53:36 -05:00 committed by GitHub
parent 5d96e5f334
commit 4db502d85c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,7 +219,7 @@ export const RulesTables = React.memo<RulesTableProps>(
pageIndex: pagination.page - 1,
pageSize: pagination.perPage,
totalItemCount: pagination.total,
pageSizeOptions: [5, 10, 20, 50, 100, 200, 300, 400, 500],
pageSizeOptions: [5, 10, 20, 50, 100, 200, 300, 400, 500, 600],
}),
[pagination]
);