Skip to content

Commit 8c8e130

Browse files
committed
Added "defaultValue" field prop.
1 parent b9b13bb commit 8c8e130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/models-mapping.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const dbField = (f) => ({
4242
min: f.min,
4343
maxLength: f.maxLength,
4444
minLength: f.minLength,
45+
defaultValue: f.defaultValue,
4546
inMany: f.inMany,
4647
})
4748
const uiCollec = (collec) => ({

0 commit comments

Comments
 (0)