Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 476019b

Browse files
committed
Try removing story
1 parent e609e5a commit 476019b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

site/src/components/AlertBanner/AlertBanner.stories.tsx

-6
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,3 @@ ErrorWithActionRetryAndDismiss.args = {
100100
dismissible: true,
101101
severity: "error",
102102
}
103-
104-
export const ErrorAsWarning = Template.bind({})
105-
ErrorAsWarning.args = {
106-
error: mockError,
107-
severity: "warning",
108-
}

0 commit comments

Comments
 (0)