From c7a4000b193702566d87857d51c2658e764bb5ba Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Mon, 23 Dec 2024 12:03:52 +0200 Subject: [PATCH] fix(dashboard): clicking outside dropdown closes the whole edit sidebar --- apps/dashboard/src/components/in-app-action-dropdown.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/components/in-app-action-dropdown.tsx b/apps/dashboard/src/components/in-app-action-dropdown.tsx index 787adf40edc..a61525783cb 100644 --- a/apps/dashboard/src/components/in-app-action-dropdown.tsx +++ b/apps/dashboard/src/components/in-app-action-dropdown.tsx @@ -51,7 +51,7 @@ export const InAppActionDropdown = ({ onMenuItemClick }: { onMenuItemClick?: () return ( <> - +
{!primaryAction && !secondaryAction && ( @@ -168,7 +168,7 @@ const ConfigureActionPopover = (props: ComponentProps & { ); return ( - +