Browse Source

removing checkbox types part 2

IgnatzHome 7 năm trước cách đây
mục cha
commit
98df01060d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      client/components/sidebar/sidebarCustomFields.js

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

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