From 4b4565b19d3d00625246f89eb41580e3a4ce87fd Mon Sep 17 00:00:00 2001 From: Eesh Midha <72607015+eeshm@users.noreply.github.com> Date: Sun, 21 Dec 2025 22:38:37 +0530 Subject: [PATCH] fix: constrain AddActionDialog overflow and footer behavior (#26087) Co-authored-by: Dhairyashil Shinde <93669429+dhairyashiil@users.noreply.github.com> --- .../features/ee/workflows/components/AddActionDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/features/ee/workflows/components/AddActionDialog.tsx b/packages/features/ee/workflows/components/AddActionDialog.tsx index f4f75b0cfe..15a57cce2f 100644 --- a/packages/features/ee/workflows/components/AddActionDialog.tsx +++ b/packages/features/ee/workflows/components/AddActionDialog.tsx @@ -55,7 +55,7 @@ type AddActionFormValues = { numberRequired?: boolean; senderId?: string; senderName?: string; -}; +}; export const AddActionDialog = (props: IAddActionDialog) => { const { t } = useLocale(); @@ -138,7 +138,7 @@ export const AddActionDialog = (props: IAddActionDialog) => { return ( - +
{ />
)} - + { setIsOpenDialog(false);