This commit is contained in:
tiago.kayaya
2021-08-02 08:35:16 +01:00
98 changed files with 844 additions and 352 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ export class HeaderPage implements OnInit {
window['dynamicSearch'](this.searchSubject)
}
async basicSearch(){
async basicSearch() {
window['searchTriger']()
}
}