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:
Karishma Shah 2023-12-12 04:46:54 -05:00 committed by GitHub
parent d2a42c14d2
commit 3f422f9640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,7 @@ export const Dialog = ({
}}
fullWidth={true}
variant={variant ?? 'secondary'}
title={key}
{...{ accent, key, role }}
/>
))}