ui: make Scope Details page's Description a textarea, like Roles' (#30273)
The Scope Details page had its description field as a single line text field. This is inconsistent with the Roles page, which has it as a textarea allowing multiline editing. It's true that the character limit is 255 (which is way too short and should probably be changed imo) but newlines are useful in tweets too :) Signed-off-by: Jade Lovelace <software@lfcode.ca>
This commit is contained in:
parent
5af3001122
commit
32e3063a6d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ export const ScopeForm = ({ clientScope, save }: ScopeFormProps) => {
|
|||
)}
|
||||
</>
|
||||
)}
|
||||
<TextControl
|
||||
<TextAreaControl
|
||||
name="description"
|
||||
label={t("description")}
|
||||
labelIcon={t("scopeDescriptionHelp")}
|
||||
|
|
Loading…
Reference in a new issue