From 2d47a6c0eaf1d8986c4f6612f2f6734f67309f94 Mon Sep 17 00:00:00 2001 From: ediazgallego Date: Fri, 20 Sep 2024 13:05:07 -0400 Subject: [PATCH 1/2] 153: Move URL field to be first in attribution form section. Signed-off-by: ediazgallego --- .../AttributionInformation.tsx | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx b/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx index 6a2683e..30f640e 100644 --- a/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx +++ b/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx @@ -146,27 +146,7 @@ const AttributionInformation: React.FC = ({ } > - setTitleWork(value)} - onBlur={() => validateTitle(titleWork)} - /> - {validTitle === ValidatedOptions.error && ( - - - } variant={validTitle}> - Title is required. - - - - )} - - = ({ )} + setTitleWork(value)} + onBlur={() => validateTitle(titleWork)} + /> + {validTitle === ValidatedOptions.error && ( + + + } variant={validTitle}> + Title is required. + + + + )} Date: Fri, 20 Sep 2024 13:22:39 -0400 Subject: [PATCH 2/2] 153: Fix formatting after running pretty command Signed-off-by: ediazgallego --- .../Knowledge/AttributionInformation/AttributionInformation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx b/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx index 30f640e..0e37bf9 100644 --- a/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx +++ b/src/components/Contribute/Knowledge/AttributionInformation/AttributionInformation.tsx @@ -146,7 +146,7 @@ const AttributionInformation: React.FC = ({ } > -