mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
d2a8ba7cf1
commit
33dc231da4
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue