mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Discover] Fix inconsistent usage of arrow icons on Surrounding documents page (#129292)
This commit is contained in:
parent
5b82971267
commit
d9153a620b
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ export function ActionBar({
|
|||
<EuiFlexItem grow={false}>
|
||||
<EuiButtonEmpty
|
||||
data-test-subj={`${type}LoadMoreButton`}
|
||||
iconType={isSuccessor ? 'arrowDown' : 'arrowUp'}
|
||||
isDisabled={isDisabled}
|
||||
isLoading={isLoading}
|
||||
onClick={() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue