diff --git a/models/customFields.js b/models/customFields.js index 8b0abef46..57875b6ef 100644 --- a/models/customFields.js +++ b/models/customFields.js @@ -9,7 +9,7 @@ CustomFields.attachSchema(new SimpleSchema({ }, type: { type: String, - allowedValues: ['text', 'number', 'checkbox', 'date', 'dropdown'] + allowedValues: ['text', 'number', 'date', 'dropdown'] }, settings: { type: Object,