Add missing curly brace for actions property in the Button story example

This commit is contained in:
Jae Bradley 2020-08-27 16:22:07 -04:00 committed by GitHub
parent f90f10d43c
commit 35c6a08278
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']
}
}
};
```
```