From edd16f274f49af614a68f571901a7653e1407d7a Mon Sep 17 00:00:00 2001 From: Michael Cummins Date: Sun, 18 Feb 2024 21:29:55 -0500 Subject: [PATCH] fix: add missing supported constructor option (#490) --- src/SimpleSchema.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SimpleSchema.ts b/src/SimpleSchema.ts index b24528a..dfb9344 100644 --- a/src/SimpleSchema.ts +++ b/src/SimpleSchema.ts @@ -80,7 +80,8 @@ class SimpleSchema { 'getErrorMessage', 'humanizeAutoLabels', 'keepRawDefinition', - 'requiredByDefault' + 'requiredByDefault', + 'defaultLabel' ]) /**