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:
parent
671e6066bf
commit
9ce4503a26
|
@ -20,7 +20,7 @@
|
|||
<Input
|
||||
@value={{this.buffered.description}}
|
||||
class="user-field-desc"
|
||||
maxlength="255"
|
||||
maxlength="1000"
|
||||
/>
|
||||
</AdminFormRow>
|
||||
|
||||
|
|
Loading…
Reference in New Issue