This commit is contained in:
tiago.kayaya
2021-12-12 06:52:44 +01:00
parent e2d2615210
commit 83155d3ad6
+2 -2
View File
@@ -61,7 +61,7 @@ export class SearchPage implements OnInit {
private search: SearchService,
private modalCtrl: ModalController,
private navParams: NavParams,
public ThemeService: ThemeService)
public ThemeService: ThemeService)
{
this.ordinance = "recent";
this.currentPath= window.location.pathname;
@@ -206,7 +206,7 @@ export class SearchPage implements OnInit {
if(this.findOnly.length >= 1) {
this.showSearchDocuments = this.showSearchDocuments.filter((e)=> this.findOnly.includes(e.ApplicationType))
}
}
sortArrayISODate(myArray: any) {