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:
@ -153,6 +153,7 @@ export const Dialog = ({
|
|||||||
}}
|
}}
|
||||||
fullWidth={true}
|
fullWidth={true}
|
||||||
variant={variant ?? 'secondary'}
|
variant={variant ?? 'secondary'}
|
||||||
|
title={key}
|
||||||
{...{ accent, key, role }}
|
{...{ accent, key, role }}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user