Skip to content

Commit 7ec9032

Browse files
Clean
1 parent 1830168 commit 7ec9032

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/forms/src/UIForm/UIForm.component.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class UIForm extends React.Component {
3636
this.setState({
3737
mergedSchema: merge(jsonSchema, uiSchema),
3838
properties: { ...properties },
39-
validations: {},
40-
// TODO consolidate validation
41-
// or each state.validations, revalidate it if key is still in form, remove otherwise
4239
});
4340
}
4441

0 commit comments

Comments
 (0)