mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fixed tslint error
This commit is contained in:
@@ -30,13 +30,14 @@ declare var componentHandler;
|
|||||||
})
|
})
|
||||||
export class UploadWidget extends WidgetComponent implements OnInit {
|
export class UploadWidget extends WidgetComponent implements OnInit {
|
||||||
|
|
||||||
|
hasFile: boolean;
|
||||||
|
fileName: string;
|
||||||
|
|
||||||
constructor(private settingsService: AlfrescoSettingsService,
|
constructor(private settingsService: AlfrescoSettingsService,
|
||||||
private authService: AlfrescoAuthenticationService) {
|
private authService: AlfrescoAuthenticationService) {
|
||||||
super();
|
super();
|
||||||
}
|
}
|
||||||
|
|
||||||
hasFile: boolean;
|
|
||||||
fileName: string;
|
|
||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
if (this.field &&
|
if (this.field &&
|
||||||
|
Reference in New Issue
Block a user