Update 'DescriptionFieldTemplate' component to open links in new tab.
Signed-off-by: Dejan Belušić <dejanbelusic@gmail.com>
This commit is contained in:
@@ -56,6 +56,7 @@ export const DescriptionFieldTemplate = <
|
||||
return (
|
||||
<MarkdownContent
|
||||
content={description}
|
||||
linkTarget="_blank"
|
||||
className={classes.markdownDescription}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user