Skip to content

Commit 9b56320

Browse files
author
bietkul
committed
Update version
1 parent 91dcf34 commit 9b56320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-reactive-form",
3-
"version": "1.0.24",
3+
"version": "1.0.25",
44
"description": "Angular like Reactive Forms in React",
55
"keywords": [
66
"forms",

src/configureControl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const configureControl = (props, context, reference) => {
8282
}
8383
}
8484
// Add the meta data about the control
85-
if(returnControl && meta) {
85+
if (returnControl && meta) {
8686
returnControl.meta = meta
8787
}
8888
return returnControl

0 commit comments

Comments
 (0)