fix a bug documented in issue#24753 where markdown descriptions are not being opened in a new tab
Signed-off-by: Erik Sjoholm <erik.sjoholm@autodesk.com>
This commit is contained in:
@@ -76,6 +76,7 @@ export const ScaffolderField = (
|
||||
{displayLabel && rawDescription ? (
|
||||
<MarkdownContent
|
||||
content={rawDescription}
|
||||
linkTarget="_blank"
|
||||
className={classes.markdownDescription}
|
||||
/>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user