From 3f422f9640d2f5756844602134af4c03807e35e0 Mon Sep 17 00:00:00 2001 From: Karishma Shah Date: Tue, 12 Dec 2023 04:46:54 -0500 Subject: [PATCH] BugFix: display button title when escaping the "Import" flow (#2948) pass in the button title correctly as a prop into StyledDialogButton --- .../src/modules/ui/feedback/dialog-manager/components/Dialog.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/ui/feedback/dialog-manager/components/Dialog.tsx b/packages/twenty-front/src/modules/ui/feedback/dialog-manager/components/Dialog.tsx index daaaf6904..259e15a08 100644 --- a/packages/twenty-front/src/modules/ui/feedback/dialog-manager/components/Dialog.tsx +++ b/packages/twenty-front/src/modules/ui/feedback/dialog-manager/components/Dialog.tsx @@ -153,6 +153,7 @@ export const Dialog = ({ }} fullWidth={true} variant={variant ?? 'secondary'} + title={key} {...{ accent, key, role }} /> ))}