[ACS-5857] fixed linting

This commit is contained in:
SheenaMalhotra182
2023-10-09 23:48:36 +05:30
parent b0b0ffb9f3
commit 0dffbe4f23
@@ -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);