From 18e76db198efe2d7f67db7fbd4ddbb628280d374 Mon Sep 17 00:00:00 2001 From: keiko233 Date: Wed, 6 Sep 2023 20:32:12 +0800 Subject: [PATCH] feat: Subscription URL TextField use multiline *Subscription link that are too long can make reading difficult, so use multiline TextField. --- src/components/profile/profile-viewer.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/profile/profile-viewer.tsx b/src/components/profile/profile-viewer.tsx index 079ca1f..a368c2e 100644 --- a/src/components/profile/profile-viewer.tsx +++ b/src/components/profile/profile-viewer.tsx @@ -188,7 +188,12 @@ export const ProfileViewer = forwardRef( name="url" control={control} render={({ field }) => ( - + )} />