mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 { popupAjaxError } from "discourse/lib/ajax-error";
|
||||||
import bootbox from "bootbox";
|
import bootbox from "bootbox";
|
||||||
|
|
||||||
const MAX_FIELDS = 20;
|
const MAX_FIELDS = 30;
|
||||||
|
|
||||||
export default Controller.extend({
|
export default Controller.extend({
|
||||||
fieldTypes: null,
|
fieldTypes: null,
|
||||||
|
Loading…
Reference in New Issue
Block a user