2
0
IgnatzHome 7 жил өмнө
parent
commit
9184bf3946

+ 1 - 1
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,