mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
Update app/server/src/lib/compiler/__testfixtures__/knobs.snapshot
Co-Authored-By: Tom Coleman <tom@thesnail.org>
This commit is contained in:
parent
6f8883b872
commit
1cf7568014
@ -20,7 +20,7 @@ export const Simple = () => {
|
||||
name: text('Name', 'John Doe'),
|
||||
birthday: new Date(date('Birthday', new Date('1960-12-25T00:42:03.600Z'))).toISOString(),
|
||||
favorite_color: color('Favorite Color', 'red'),
|
||||
active: boolean('Acive', true),
|
||||
active: boolean('Active', true),
|
||||
pets: number('Pets', 2, {}),
|
||||
sports: array('Sports', [
|
||||
'football',
|
||||
|
Loading…
x
Reference in New Issue
Block a user