Skip to content

Commit

Permalink
[Discover] Fix inconsistent usage of arrow icons on Surrounding docum…
Browse files Browse the repository at this point in the history
…ents page
  • Loading branch information
jughosta committed Apr 4, 2022
1 parent 158c617 commit 13b8025
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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={() => {
Expand Down

0 comments on commit 13b8025

Please sign in to comment.