Make story consistent across the example

This commit is contained in:
Andre Dickson 2020-10-08 01:13:49 -04:00 committed by GitHub
parent 52df9e64d7
commit d8b43fa47d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
export const Large = Template.bind({});
Basic.parameters = {
Large.parameters = {
controls: { hideNoControlsWarning: true },
};
```