79597: Fix ds-metadata-field-wrapper for thumbnails

This commit is contained in:
Yura Bondarenko
2021-05-27 17:09:57 +02:00
parent bcfb890e1a
commit 120ecc6988
13 changed files with 13 additions and 19 deletions

View File

@@ -17,10 +17,5 @@ export class MetadataFieldWrapperComponent {
*/
@Input() label: string;
/**
* Make hasNoValue() available in the template
*/
hasNoValue(o: any): boolean {
return hasNoValue(o);
}
@Input() hideIfNoTextContent = true;
}