save mdgpr

This commit is contained in:
Tiago Kayaya
2020-11-26 09:04:22 +01:00
parent 65dae85c64
commit 8a963fcd81
8 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -10,13 +10,13 @@
</ion-label>
</ion-item>
<ion-buttons slot="end">
<!-- <div class="toggleBox">
<div class="toggleBox">
<div (click)="changeProfile()" class="toggle">
<input type="checkbox">
<label for="" class="onbtn">PR</label>
<label for="" class="ofbtn">MDGPR</label>
</div>
</div> -->
</div>
</ion-buttons>
</ion-toolbar>
<ion-toolbar>
+1 -1
View File
@@ -63,7 +63,7 @@ export class EventsPage implements OnInit {
//Inicializar segment
this.segment = "Combinada";
//Initialize profile as mdgpr
this.profile = "pr";
this.profile = "mdgpr";
console.log(this.profile);