Skip to content

Commit 373b6f3

Browse files
committed
boolean -> Boolean again?
1 parent a929af0 commit 373b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/services/form-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ module fng.services {
344344
formInstructions.add = 'ui-date ui-date-format datepicker-popup-fix ';
345345
}
346346
}
347-
} else if (mongooseType.instance === 'boolean') {
347+
} else if (mongooseType.instance === 'Boolean') {
348348
formInstructions.type = 'checkbox';
349349
} else if (mongooseType.instance === 'Number') {
350350
formInstructions.type = 'number';

0 commit comments

Comments
 (0)