1
0
Eugene Pankov 2 жил өмнө
parent
commit
fbd09f4312

+ 1 - 1
tabby-terminal/src/components/searchPanel.component.ts

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