Skip to content

Commit

Permalink
fix: add missing supported constructor option (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
mic1780 authored Feb 19, 2024
1 parent 7c47b55 commit edd16f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SimpleSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ class SimpleSchema {
'getErrorMessage',
'humanizeAutoLabels',
'keepRawDefinition',
'requiredByDefault'
'requiredByDefault',
'defaultLabel'
])

/**
Expand Down

0 comments on commit edd16f2

Please sign in to comment.