From 1be5ad66996571f8ad23d1f9e4432c15cb87ff07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejan=20Belu=C5=A1i=C4=87?= Date: Tue, 26 Nov 2024 10:44:13 +0100 Subject: [PATCH] Update 'DescriptionFieldTemplate' component to open links in new tab. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dejan Belušić --- .../src/next/components/Form/DescriptionFieldTemplate.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-react/src/next/components/Form/DescriptionFieldTemplate.tsx b/plugins/scaffolder-react/src/next/components/Form/DescriptionFieldTemplate.tsx index 7731cac3f8..5f12e0f1a3 100644 --- a/plugins/scaffolder-react/src/next/components/Form/DescriptionFieldTemplate.tsx +++ b/plugins/scaffolder-react/src/next/components/Form/DescriptionFieldTemplate.tsx @@ -56,6 +56,7 @@ export const DescriptionFieldTemplate = < return ( );