Merge pull request #12717 from benforeva/patch-4

Make story consistent across the example
This commit is contained in:
Michael Shilman 2020-10-09 08:12:56 +08:00 committed by GitHub
commit 7a86ccd2c9
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 },
};
```
```