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 fae5241 commit 742d140Copy full SHA for 742d140
src/Alert/Alert.stories.tsx
@@ -90,12 +90,12 @@ export function WithDismiss() {
90
export function WithCallToAction() {
91
return (
92
<Alert
93
+ action={{ content: 'Primary action', url: 'https://www.userinterviews.com/' }}
94
id="7"
95
message="Alert with call to action"
96
removeBorderLeft={false}
97
title="CTA title"
98
type={MessageTypes.INFO}
- action={{ content: 'Primary action', url: 'https://www.userinterviews.com/' }}
99
onDismiss={() => {}}
100
/>
101
);
0 commit comments