mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix unit tests
This commit is contained in:
@@ -26,8 +26,8 @@ import { WidgetComponent } from './../widget.component';
|
||||
})
|
||||
export class HyperlinkWidget extends WidgetComponent implements OnInit {
|
||||
|
||||
linkUrl: string;
|
||||
linkText: string;
|
||||
linkUrl: string = WidgetComponent.DEFAULT_HYPERLINK_URL;
|
||||
linkText: string = null;
|
||||
|
||||
ngOnInit() {
|
||||
if (this.field) {
|
||||
|
Reference in New Issue
Block a user