Browse Source

Merge pull request #3472 from jrsupplee/patch-1

Add checkbox as an option to custom field create dialog
Lauri Ojansivu 4 years ago
parent
commit
81d496bac7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/sidebar/sidebarCustomFields.js

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

@@ -16,7 +16,7 @@ BlazeComponent.extendComponent({
 }).register('customFieldsSidebar');
 
 const CreateCustomFieldPopup = BlazeComponent.extendComponent({
-  _types: ['text', 'number', 'date', 'dropdown', 'currency'],
+  _types: ['text', 'number', 'date', 'dropdown', 'currency', 'checkbox'],
 
   _currencyList: [
     {