Update app/server/src/lib/compiler/__testfixtures__/knobs.snapshot

Co-Authored-By: Tom Coleman <tom@thesnail.org>
This commit is contained in:
Michael Shilman 2020-04-16 07:58:56 +08:00 committed by GitHub
parent 6f8883b872
commit 1cf7568014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',