You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Notice/Notice.stories.jsx
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Default.args = {
13
13
alert: {
14
14
title: '',
15
15
body: ['A standard alert.'],
16
-
variant: 'warning'
16
+
variant: 'warning',
17
17
},
18
18
buttonProps: {},
19
19
dismissible: true,
@@ -26,7 +26,7 @@ Error.args = {
26
26
title: "We're sorry, something went wrong.",
27
27
body: [
28
28
JSON.stringify({
29
-
message: 'This is how an error would present in dev. There are instances where there may be several api errors on a single page. We would render them all.',
29
+
message: 'There are instances where there may be several api errors on a single page. We would render them all.',
0 commit comments