2
0
Эх сурвалжийг харах

removing checkbox types part 2

IgnatzHome 7 жил өмнө
parent
commit
98df01060d

+ 2 - 2
client/components/sidebar/sidebarCustomFields.js

@@ -17,7 +17,7 @@ BlazeComponent.extendComponent({
 
 
 const CreateCustomFieldPopup = BlazeComponent.extendComponent({
 const CreateCustomFieldPopup = BlazeComponent.extendComponent({
 
 
-  _types: ['text', 'number', 'checkbox', 'date', 'dropdown'],
+  _types: ['text', 'number', 'date', 'dropdown'],
 
 
   onCreated() {
   onCreated() {
     this.type = new ReactiveVar((this.data().type) ? this.data().type : this._types[0]);
     this.type = new ReactiveVar((this.data().type) ? this.data().type : this._types[0]);
@@ -127,4 +127,4 @@ CreateCustomFieldPopup.register('createCustomFieldPopup');
     CustomFields.remove(customFieldId);
     CustomFields.remove(customFieldId);
     Popup.close();
     Popup.close();
   }
   }
-});*/
+});*/