Improve gabinete add border to selected item

This commit is contained in:
Peter Maquiran
2021-04-15 11:04:21 +01:00
parent 2c1cfaa434
commit eb7caf1f40
5 changed files with 33 additions and 19 deletions
-3
View File
@@ -1150,8 +1150,6 @@ export class AgendaPage implements OnInit {
this.postEvent = false;
}
async changeSegment(segments: "Combinado" | "Pessoal" | "Oficial") {
this.segment = segments;
@@ -1162,5 +1160,4 @@ export class AgendaPage implements OnInit {
}
}
}