[ACS-5857] fixed linting

This commit is contained in:
SheenaMalhotra182
2023-10-04 16:18:39 +05:30
parent 1ff1232c15
commit d04713f811
@@ -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);