Skip to content

Commit

Permalink
updated onClick of close button to call the same autohide fxn as the …
Browse files Browse the repository at this point in the history
…NFT import removal (#18504)

Co-authored-by: legobeat <[email protected]>
  • Loading branch information
dswilson4 and legobeat authored Apr 17, 2023
1 parent 47f4f40 commit ca10a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/pages/home/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ export default class Home extends PureComponent {
iconName={ICON_NAMES.CLOSE}
size={ICON_SIZES.SM}
ariaLabel={t('close')}
onClick={onAutoHide}
/>
</Box>
}
Expand Down

0 comments on commit ca10a1c

Please sign in to comment.