mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:51:07 +08:00
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:
commit
fc6da0a4f8
@ -6,7 +6,8 @@ export default {
|
||||
parameters: {
|
||||
actions: {
|
||||
handles: ['mouseover', 'click .btn']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user