Skip to content

Commit

Permalink
Added "defaultValue" field prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Dec 25, 2018
1 parent b9b13bb commit 8c8e130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/models-mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const dbField = (f) => ({
min: f.min,
maxLength: f.maxLength,
minLength: f.minLength,
defaultValue: f.defaultValue,
inMany: f.inMany,
})
const uiCollec = (collec) => ({
Expand Down

0 comments on commit 8c8e130

Please sign in to comment.