Page title - only show if there is no parent

This commit is contained in:
L. Henze
2019-10-15 13:47:51 -04:00
parent b7b8eed6db
commit 150aace38e
3 changed files with 6 additions and 1 deletions

View File

@@ -26,6 +26,10 @@ export class BrowseByComponent implements OnInit {
*/
@Input() title: string;
/**
* The parent name
*/
@Input() parentname: string;
/**
* The list of objects to display
*/