Fix store and improve search

This commit is contained in:
Peter Maquiran
2021-07-23 15:57:01 +01:00
parent 7b2e16b200
commit 7366c450b3
10 changed files with 249 additions and 124 deletions
@@ -350,7 +350,6 @@ export class ExpedienteDetailPage implements OnInit {
});
}
async openOptions(taskAction?: any) {
const popover = await this.popoverController.create({
component: OptsExpedientePage,
@@ -365,6 +364,4 @@ export class ExpedienteDetailPage implements OnInit {
return await popover.present();
}
}