Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated onClick of close button to call the same autohide fxn as the … #18504

Merged
merged 6 commits into from
Apr 17, 2023
1 change: 1 addition & 0 deletions ui/pages/home/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ export default class Home extends PureComponent {
iconName={ICON_NAMES.CLOSE}
size={ICON_SIZES.SM}
ariaLabel={t('close')}
onClick={onAutoHide}
/>
</Box>
}
Expand Down