Increase limit on user fields
This commit is contained in:
parent
e5fd50aa1e
commit
c18bc59808
|
@ -2,7 +2,7 @@ import UserField from 'admin/models/user-field';
|
|||
|
||||
export default Ember.ArrayController.extend({
|
||||
fieldTypes: null,
|
||||
createDisabled: Em.computed.gte('model.length', 3),
|
||||
createDisabled: Em.computed.gte('model.length', 20),
|
||||
|
||||
userFieldsDescription: function() {
|
||||
return I18n.t('admin.user_fields.description');
|
||||
|
|
Loading…
Reference in New Issue