Skip to content

Commit

Permalink
fix react warning for unnecessary prop
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwin P Chandran <[email protected]>
  • Loading branch information
ashwin-pc committed Feb 2, 2024
1 parent f755266 commit f0ff842
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ const FieldList = ({
<>
<EuiButtonEmpty
iconSide="right"
iconSize="s"
color="text"
iconType={expanded ? 'arrowDown' : 'arrowRight'}
onClick={() => setExpanded(!expanded)}
Expand Down

0 comments on commit f0ff842

Please sign in to comment.