mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
BugFix: display button title when escaping the "Import" flow (#2948)
pass in the button title correctly as a prop into StyledDialogButton
This commit is contained in:
parent
d2a42c14d2
commit
3f422f9640
@ -153,6 +153,7 @@ export const Dialog = ({
|
||||
}}
|
||||
fullWidth={true}
|
||||
variant={variant ?? 'secondary'}
|
||||
title={key}
|
||||
{...{ accent, key, role }}
|
||||
/>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user