Skip to content

Commit

Permalink
Avoid validation of the schema form (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Jul 15, 2019
1 parent 8df8612 commit 3f089d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/components/SchemaForm/SchemaForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class SchemaForm extends React.Component<ISchemaFormProps> {
FieldTemplate={FieldTemplate}
ArrayFieldTemplate={ArrayFieldTemplate}
fields={{ ObjectField: CustomObjectField }}
noValidate={true}
>
{this.props.children}
</Form>
Expand Down

0 comments on commit 3f089d9

Please sign in to comment.