Skip to content

Commit

Permalink
@leplatrem review.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1k0 committed Mar 16, 2016
1 parent cb80976 commit f56d2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fields/StringField.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import SelectWidget from "./../widgets/SelectWidget";


function StringField(props) {
const {schema, widgets, name, uiSchema, formData, required, onChange} = props;
const {schema, name, uiSchema, formData, widgets, required, onChange} = props;
const {title, description} = schema;
const widget = uiSchema["ui:widget"];
const commonProps = {
Expand Down

0 comments on commit f56d2d7

Please sign in to comment.