Merge pull request #12127 from VishnuBaliga/patch-1

SyntaxError Fixed
This commit is contained in:
Norbert de Langen 2020-08-19 12:01:32 +02:00 committed by GitHub
commit 4feae58688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ const argTypes = {
detail: 'something really really long'
},
defaultValue: { summary: 'Hello' },
}
},
control: {
type: null
}
}
}
```
```