Skip to content

Commit edd16f2

Browse files
authored
fix: add missing supported constructor option (#490)
1 parent 7c47b55 commit edd16f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SimpleSchema.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ class SimpleSchema {
8080
'getErrorMessage',
8181
'humanizeAutoLabels',
8282
'keepRawDefinition',
83-
'requiredByDefault'
83+
'requiredByDefault',
84+
'defaultLabel'
8485
])
8586

8687
/**

0 commit comments

Comments
 (0)