Skip to content

Commit

Permalink
fix: Ensure TextField fallback has handleChange property
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Jul 9, 2020
1 parent f5a219d commit 801dfcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ObservationDialog/Field.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const Field = ({ field, value, onChange }: Props) => {
multiline
label={label}
placeholder={placeholder}
handleChange={handleChange}
/>
)
}
Expand Down

0 comments on commit 801dfcd

Please sign in to comment.