This commit is contained in:
Eugene Pankov 2022-12-28 16:09:23 +01:00
parent 145b6447b9
commit fbd09f4312
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -73,7 +73,7 @@ export class SearchPanelComponent {
this.config.save()
}
ngOnDestroy () {
ngOnDestroy (): void {
this.queryChanged.complete()
}
}