mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix tests
This commit is contained in:
@@ -65,6 +65,7 @@ export class MetadataValuesComponent implements OnChanges {
|
||||
*/
|
||||
renderMarkdown;
|
||||
|
||||
|
||||
@Input() browseDefinition?: BrowseDefinition;
|
||||
|
||||
/**
|
||||
@@ -72,6 +73,8 @@ export class MetadataValuesComponent implements OnChanges {
|
||||
*/
|
||||
@Input() img?: ImageField;
|
||||
|
||||
hasValue = hasValue;
|
||||
|
||||
ngOnChanges(changes: SimpleChanges): void {
|
||||
this.renderMarkdown = !!this.appConfig.markdown.enabled && this.enableMarkdown;
|
||||
}
|
||||
|
Reference in New Issue
Block a user