Skip to content

Commit

Permalink
Fix #251
Browse files Browse the repository at this point in the history
  • Loading branch information
estambakio-sc committed Mar 23, 2018
1 parent f1073b2 commit fef71da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/demo/models/contracts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const fields = {
'type': FIELD_TYPE_DECIMAL,
'constraints': {
'required': false,
'max': Number.MAX_SAFE_INTEGER
'max': 9999999
}
},
'email': {
Expand Down

0 comments on commit fef71da

Please sign in to comment.