Skip to content

Commit

Permalink
Passes missing uiSchema prop to Form component.
Browse files Browse the repository at this point in the history
  • Loading branch information
ordinathorreur authored Jun 13, 2024
1 parent ec932db commit 8baa8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/docs/01-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const uiSchema: UiSchema = {
},
};

render(<Form schema={schema} validator={validator} />, document.getElementById('app'));
render(<Form schema={schema} uiSchema={uiSchema} validator={validator} />, document.getElementById('app'));
```

## Form initialization
Expand Down

0 comments on commit 8baa8e5

Please sign in to comment.