From 4a145f7a06a89b2e24257d5f3ca0e1fdc9abf21d Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:55:57 +0530 Subject: [PATCH] fix: notification card snooze (#3598) * fix: resolved event propagation issue with notification card snooze button * fix: resolved event propagation issue with notification card snooze button --- packages/ui/src/dropdowns/custom-menu.tsx | 9 ++++++--- web/components/notifications/notification-card.tsx | 3 --- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/ui/src/dropdowns/custom-menu.tsx b/packages/ui/src/dropdowns/custom-menu.tsx index 6dc49bc80..a2b5ebe3d 100644 --- a/packages/ui/src/dropdowns/custom-menu.tsx +++ b/packages/ui/src/dropdowns/custom-menu.tsx @@ -105,7 +105,8 @@ const CustomMenu = (props: ICustomMenuDropdownProps) => {