[Security Solution][Exceptions] - Add pagination icon (#131979)

Addresses #106212

Very minor UX inconsistency where the checkmark was not shown in exceptions pagination as it is in other paginated views. Now checkmark appears.
This commit is contained in:
Yara Tercero 2022-05-11 08:08:28 -07:00 committed by GitHub
parent d2a8ba7cf1
commit 33dc231da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,8 @@ const ExceptionsViewerPaginationComponent = ({
const items = useMemo((): ReactElement[] => {
return pagination.pageSizeOptions.map((rows) => (
<EuiContextMenuItem
icon={rows === pagination.pageSize ? 'check' : 'empty'}
key={rows}
icon="empty"
onClick={() => {
onPaginationChange({
pagination: {