Fixed warning notice Storybook name (#8856)
This commit is contained in:
parent
db468a6cfc
commit
d1f43ae4f4
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ export const Warning = () => (
|
|||
);
|
||||
|
||||
Warning.story = {
|
||||
name: 'story',
|
||||
name: 'warning',
|
||||
};
|
||||
|
||||
export const Success = () => (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue