Merge pull request #12287 from jaebradley/patch-1

Add missing curly brace for actions property in the Button story example
This commit is contained in:
Michael Shilman 2020-08-28 07:10:02 +08:00 committed by GitHub
commit fc6da0a4f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,8 @@ export default {
parameters: {
actions: {
handles: ['mouseover', 'click .btn']
}
}
};
```
```