mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Add checkbox as an option to custom field create dialog
This commit is contained in:
parent
550f7201bb
commit
f8f14613f9
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue