removing checkbox types part 2

This commit is contained in:
IgnatzHome 2018-05-17 21:17:40 +02:00
parent 9184bf3946
commit 98df01060d

View file

@ -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();
}
});*/
});*/