mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:51:07 +08:00
Add missing curly brace for actions property in the Button story example
This commit is contained in:
parent
f90f10d43c
commit
35c6a08278
@ -6,7 +6,8 @@ export default {
|
||||
parameters: {
|
||||
actions: {
|
||||
handles: ['mouseover', 'click .btn']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user