Skip to content

Commit ae58e0d

Browse files
author
bietkul
committed
Build Error Fixes
1 parent b285e11 commit ae58e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FormGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class FormGenerator extends React.Component {
3333
this.form = configureControl(fieldConfig, {}, type)
3434
}
3535
// Creates the control from fieldConfig.
36-
setControl = (configProps, key, name = null) => {
36+
setControl(configProps, key, name = null) {
3737
// Map the props to be passed in Field
3838
const propsToBePassed = mapConfigToFieldProps(configProps)
3939
// Set the key

0 commit comments

Comments
 (0)