We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5173b28 commit f8431dbCopy full SHA for f8431db
src/app/item-page/field-components/metadata-values/metadata-values.component.ts
@@ -139,7 +139,7 @@ export class MetadataValuesComponent implements OnChanges {
139
* This method performs a validation and determines the target of the url.
140
* @returns - Returns the target url.
141
*/
142
- getLinkAttributes(urlValue: string): { target: string, rel: string } {
+ getLinkAttributes(urlValue: string): { target: string, rel: string } {
143
if (this.hasInternalLink(urlValue)) {
144
return { target: '_self', rel: '' };
145
} else {
0 commit comments