[Library | Trunk]: Remove headerDashboard property
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60239 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
902cd4933f
commit
36effb0106
|
@ -14,7 +14,6 @@ export class SideBarComponent implements OnInit {
|
|||
@Input() logoLabel: string;
|
||||
@Input() headerName: string;
|
||||
@Input() headerPosition: "left" | "center" | "right" = "center";
|
||||
@Input() headerDashboard: string;
|
||||
@Input() headerLogoUrl: string;
|
||||
@Input() headerUrl: string;
|
||||
@Input() showHeader: boolean = true;
|
||||
|
|
Loading…
Reference in New Issue