mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5857] fixed linting
This commit is contained in:
@@ -83,7 +83,7 @@ export class DateTimeWidgetComponent extends WidgetComponent implements OnInit,
|
|||||||
if (isValid(parsedDate)) {
|
if (isValid(parsedDate)) {
|
||||||
this[targetProperty] = parsedDate.toISOString();
|
this[targetProperty] = parsedDate.toISOString();
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
ngOnDestroy() {
|
ngOnDestroy() {
|
||||||
this.onDestroy$.next(true);
|
this.onDestroy$.next(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user