Skip to content

Commit

Permalink
Close NotificationAlert on esc button
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy committed Sep 18, 2023
1 parent 8656934 commit 5700a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const HomePage: NextPageWithLayout = () => {
isPermisionGranted,
isPushManagerSupported,
setNotificationsSessionStorage,
onOpenChange: () => setShowNotificationModalState(false),
}}
/>
<ComponentWrapperPage
Expand Down

0 comments on commit 5700a68

Please sign in to comment.