mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
removing checkbox types part 2
This commit is contained in:
parent
9184bf3946
commit
98df01060d
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
});*/
|
||||
});*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue