Skip to content

Commit

Permalink
fix: Acc 264.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Feb 19, 2025
1 parent 8d0217f commit c10f0dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/contexts/NotificationContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export const NotificationProvider = ({
{toastProps?.parentContainer &&
createPortal(
<Toast
accessible-name="notification-toast"
open={!!toastProps}
ref={toast}
duration={defaultVisibilityTime}
Expand All @@ -76,6 +77,7 @@ export const NotificationProvider = ({
)}
{!toastProps?.parentContainer && (
<Toast
accessible-name="notification-toast"
ref={toast}
duration={defaultVisibilityTime}
style={{ zIndex: 1 }}
Expand Down

0 comments on commit c10f0dc

Please sign in to comment.