From 32e3063a6d7350a517964923ff68664cf44b224e Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Tue, 25 Jun 2024 06:59:52 -0700 Subject: [PATCH] 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 --- js/apps/admin-ui/src/client-scopes/details/ScopeForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/apps/admin-ui/src/client-scopes/details/ScopeForm.tsx b/js/apps/admin-ui/src/client-scopes/details/ScopeForm.tsx index 024696629b..9626cab0f7 100644 --- a/js/apps/admin-ui/src/client-scopes/details/ScopeForm.tsx +++ b/js/apps/admin-ui/src/client-scopes/details/ScopeForm.tsx @@ -117,7 +117,7 @@ export const ScopeForm = ({ clientScope, save }: ScopeFormProps) => { )} )} -