We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc9bc2 commit 14971f9Copy full SHA for 14971f9
packages/app/src/app/pages/common/Modals/Common/Alert.tsx
@@ -59,7 +59,7 @@ export const Alert: FunctionComponent<Props> = ({
59
{onPrimaryAction && (
60
<Button
61
variant={type}
62
- title={confirmMessage}
+ title={typeof confirmMessage === 'string' ? confirmMessage : null}
63
css={css({
64
width: 'auto',
65
})}
0 commit comments