Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Get rid of unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
uppal101 committed Dec 14, 2017
1 parent 09d7b8d commit dcb63a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CustomObjectField extends ObjectField {
registry = getDefaultRegistry(),
} = this.props;
const { definitions, fields, formContext } = registry;
const { SchemaField, TitleField, DescriptionField } = fields;
const { SchemaField, TitleField } = fields;
const schema = retrieveSchema(this.props.schema, definitions);
const title = schema.title === undefined ? name : schema.title;
let orderedProperties;
Expand Down

0 comments on commit dcb63a5

Please sign in to comment.