UX: Increase custom user field description character limit (#26863)

* UX: Increase custom user field description character limit

Allow Admins creating custom user fields to write longer descriptions

* lint
This commit is contained in:
SouthpawKB 2024-05-03 12:09:55 -04:00 committed by GitHub
parent 671e6066bf
commit 9ce4503a26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<Input <Input
@value={{this.buffered.description}} @value={{this.buffered.description}}
class="user-field-desc" class="user-field-desc"
maxlength="255" maxlength="1000"
/> />
</AdminFormRow> </AdminFormRow>