use boolean values rather than string values for the radiobuttons
This commit is contained in:
@ -49,8 +49,8 @@
|
||||
name: 'compact_allocation',
|
||||
labelSeparator: '',
|
||||
items: [
|
||||
{boxLabel: _('Compact') + ' ', value: 'true'},
|
||||
{boxLabel: _('Full'), value: 'false'}
|
||||
{boxLabel: _('Compact') + ' ', value: true},
|
||||
{boxLabel: _('Full'), value: false}
|
||||
]
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user