Skip to content

Commit

Permalink
Update src/plugins/es_ui_shared/docs/docs/form_lib/examples/react_to_…
Browse files Browse the repository at this point in the history
…changes.md

Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
  • Loading branch information
sebelga and alisonelizabeth committed Feb 18, 2021
1 parent 66a8e0b commit 422479b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ const FormFields = () => {

return (
<>
<UseField path="fistName" config={{ label: 'First name' }} component={TextField} />
<UseField path="firstName" config={{ label: 'First name' }} component={TextField} />
<UseField path="lastName" config={{ label: 'Last name' }} component={TextField} />
<EuiCode>{JSON.stringify(formData)}</EuiCode>
</>
Expand Down

0 comments on commit 422479b

Please sign in to comment.