[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:
k.triantafyllou 2021-01-14 11:58:43 +00:00
parent 902cd4933f
commit 36effb0106
1 changed files with 0 additions and 1 deletions

View File

@ -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;