mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ACA-3317] Make About Github Link Component input properties optional (#5717)
* [ACA-3317] Make About Github Link Component input properties optional * Update permission-list.component.html
This commit is contained in:
parent
08811c7c60
commit
ac847313e3
@ -28,10 +28,12 @@ export class AboutGithubLinkComponent {
|
||||
url = 'https://github.com/Alfresco/alfresco-ng2-components/commits/';
|
||||
|
||||
/** Current version of the app running */
|
||||
@Input() version: string;
|
||||
@Input()
|
||||
version: string = '';
|
||||
|
||||
/** Current version of the app running */
|
||||
@Input() application: string;
|
||||
/** Title of app running */
|
||||
@Input()
|
||||
application: string = '';
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user