Fixed warning notice Storybook name (#8856)

This commit is contained in:
Nick Taylor 2020-06-23 10:13:58 -04:00 committed by GitHub
parent db468a6cfc
commit d1f43ae4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ export const Warning = () => (
);
Warning.story = {
name: 'story',
name: 'warning',
};
export const Success = () => (