mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Fixed typo in metadata/knobs sample
Signed-off-by: Carlos Vega <clmvega@gmail.com>
This commit is contained in:
parent
9503c45c90
commit
fd3b613ec7
@ -49,7 +49,7 @@ storiesOf('Custom ngModule metadata', module)
|
||||
}))
|
||||
.addDecorator(withKnobs)
|
||||
.add('with knobs', () => {
|
||||
const name = text('Name', 'Dynamic knob');
|
||||
const name = text('name', 'Dynamic knob');
|
||||
|
||||
return {
|
||||
component: ServiceComponent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user