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 = {
128
128
} ;
129
129
130
130
FormRenderer . defaultProps = {
131
- resetAble : false ,
132
131
buttonsLabels : { } ,
133
132
disableSubmit : [ ] ,
134
133
initialValues : { } ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ exports[`<FormControls /> should render with description 1`] = `
19
19
}
20
20
}
21
21
onSubmit = { [MockFunction ]}
22
- resetAble = { false }
23
22
schema = {
24
23
Object {
25
24
" description" : " Description" ,
@@ -175,7 +174,6 @@ exports[`<FormControls /> should render with title and description 1`] = `
175
174
}
176
175
}
177
176
onSubmit = { [MockFunction ]}
178
- resetAble = { false }
179
177
schema = {
180
178
Object {
181
179
" description" : " Description" ,
@@ -337,7 +335,6 @@ exports[`<FormControls /> should render without title and description 1`] = `
337
335
}
338
336
}
339
337
onSubmit = { [MockFunction ]}
340
- resetAble = { false }
341
338
schema = {
342
339
Object {
343
340
" fields" : Array [],
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ exports[`<FormRenderer /> should render form from schema 1`] = `
30
30
}
31
31
}
32
32
onSubmit = { [MockFunction ]}
33
- resetAble = { false }
34
33
schema = {
35
34
Object {
36
35
" fields" : Array [
@@ -842,7 +841,6 @@ exports[`<FormRenderer /> should render hidden field 1`] = `
842
841
}
843
842
onSubmit = { [MockFunction ]}
844
843
renderFormButtons = { [Function ]}
845
- resetAble = { false }
846
844
schema = {
847
845
Object {
848
846
" fields" : Array [
You can’t perform that action at this time.
0 commit comments