diff options
author | IgnatzHome <ignatz@maschath.de> | 2018-05-17 21:17:40 +0200 |
---|---|---|
committer | IgnatzHome <ignatz@maschath.de> | 2018-05-17 21:17:40 +0200 |
commit | 98df01060d237b648878a1a869fff2f7ab24775f (patch) | |
tree | af2dd08d21b445a7e1714575461762e4bbbdba31 /client/components/sidebar | |
parent | 9184bf394629607bbaed8120004d90a21510315b (diff) | |
download | wekan-98df01060d237b648878a1a869fff2f7ab24775f.tar.gz wekan-98df01060d237b648878a1a869fff2f7ab24775f.tar.bz2 wekan-98df01060d237b648878a1a869fff2f7ab24775f.zip |
removing checkbox types part 2
Diffstat (limited to 'client/components/sidebar')
-rw-r--r-- | client/components/sidebar/sidebarCustomFields.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/sidebar/sidebarCustomFields.js b/client/components/sidebar/sidebarCustomFields.js index 139b8a42..cfa21beb 100644 --- a/client/components/sidebar/sidebarCustomFields.js +++ b/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(); } -});*/
\ No newline at end of file +});*/ |