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