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 c6f671d commit bdac802Copy full SHA for bdac802
src/components/Notice/Notice.jsx
@@ -50,9 +50,7 @@ Notice.propTypes = {
50
}
51
52
Notice.defaultProps = {
53
- buttonProps: {
54
- text: 'Click to return to the previous page.'
55
- },
+ buttonProps: {},
56
dismissible: true,
57
withBackButton: false,
58
src/components/Notice/Notice.stories.jsx
@@ -15,9 +15,7 @@ Default.args = {
15
body: ['A standard alert.'],
16
variant: 'warning'
17
},
18
19
20
21
22
23
0 commit comments