UX: increase limit of custom user fields (#11192)

Increase limit of custom user fields from 20 to 30
This commit is contained in:
Dax74 2020-11-10 19:54:01 +01:00 committed by GitHub
parent fc4910b556
commit cf4be109e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,