mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
Fixed groupId knob example.
This commit is contained in:
parent
ec8a309b7c
commit
464a44d76b
@ -78,7 +78,7 @@ stories.add('as dynamic variables', () => {
|
||||
const groupId = 'GROUP-ID1'
|
||||
const name = text('Name', 'Arunoda Susiripala', groupId);
|
||||
|
||||
const content = `I am ${name} and I'm ${age} years old.`;
|
||||
const content = `My name is ${name}.`;
|
||||
return (<div>{content}</div>);
|
||||
});
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user