File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
packages/react-form-renderer/src
tests/form-renderer/__snapshots__ Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ FormRenderer.propTypes = {
128128} ;
129129
130130FormRenderer . defaultProps = {
131- resetAble : false ,
132131 buttonsLabels : { } ,
133132 disableSubmit : [ ] ,
134133 initialValues : { } ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ exports[`<FormControls /> should render with description 1`] = `
1919 }
2020 }
2121 onSubmit = { [MockFunction ]}
22- resetAble = { false }
2322 schema = {
2423 Object {
2524 " description" : " Description" ,
@@ -175,7 +174,6 @@ exports[`<FormControls /> should render with title and description 1`] = `
175174 }
176175 }
177176 onSubmit = { [MockFunction ]}
178- resetAble = { false }
179177 schema = {
180178 Object {
181179 " description" : " Description" ,
@@ -337,7 +335,6 @@ exports[`<FormControls /> should render without title and description 1`] = `
337335 }
338336 }
339337 onSubmit = { [MockFunction ]}
340- resetAble = { false }
341338 schema = {
342339 Object {
343340 " fields" : Array [],
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ exports[`<FormRenderer /> should render form from schema 1`] = `
3030 }
3131 }
3232 onSubmit = { [MockFunction ]}
33- resetAble = { false }
3433 schema = {
3534 Object {
3635 " fields" : Array [
@@ -842,7 +841,6 @@ exports[`<FormRenderer /> should render hidden field 1`] = `
842841 }
843842 onSubmit = { [MockFunction ]}
844843 renderFormButtons = { [Function ]}
845- resetAble = { false }
846844 schema = {
847845 Object {
848846 " fields" : Array [
You can’t perform that action at this time.
0 commit comments