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 1be1285 commit b1d64feCopy full SHA for b1d64fe
src/components/Alert.js
@@ -60,7 +60,7 @@ const Alert = props => {
60
};
61
62
Alert.defaultProps = {
63
- color: "success",
+ color: 'success',
64
is_open: true,
65
duration: null
66
src/components/Badge.js
@@ -48,7 +48,7 @@ const Badge = props => {
48
49
50
Badge.defaultProps = {
51
- color: "secondary",
+ color: 'secondary',
52
n_clicks: 0,
53
n_clicks_timestamp: -1
54
0 commit comments