UX: increase limit of custom user fields (#11192)
Increase limit of custom user fields from 20 to 30
This commit is contained in:
parent
fc4910b556
commit
cf4be109e2
|
@ -4,7 +4,7 @@ import Controller from "@ember/controller";
|
|||
import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||
import bootbox from "bootbox";
|
||||
|
||||
const MAX_FIELDS = 20;
|
||||
const MAX_FIELDS = 30;
|
||||
|
||||
export default Controller.extend({
|
||||
fieldTypes: null,
|
||||
|
|
Loading…
Reference in New Issue