This commit is contained in:
tiago.kayaya
2021-10-20 10:38:14 +01:00
parent 11da7126bf
commit a39a5110e1
2 changed files with 2 additions and 2 deletions
@@ -94,7 +94,7 @@ export class PedidosPage implements OnInit {
let task: customTask = this.customTaskPipe.transform(element);
this.parecerList.push(task);
});
this.pedidosstore.resetparecer(this.sortService.sortArrayByDate(this.parecerList));
this.pedidosstore.resetparecer(this.sortService.sortArrayISODate(this.parecerList));
}
else if(this.segment == 'deferimento') {