This commit is contained in:
tiago.kayaya
2021-03-29 17:01:11 +01:00
parent b1817428d9
commit 7ee9352a59
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -364,7 +364,7 @@
<app-event-list [class.transparent]="mobileComponent.transparentEventList" *ngIf="mobileComponent.showEventList"
[segment]="segment"
[profile]="profile"
(approveEventDismiss) = "approveEventDismiss($event)"
(cloneAllmobileComponent)="viewEventDetailDismiss($event)"
>
+1 -1
View File
@@ -153,7 +153,7 @@ export class AgendaPage implements OnInit {
}
ngOnInit() {
this.profile = "mdgpr";
this.profile = "MDGPR";
//Inicializar segment
/* localStorage.setItem('test', this.eventSelectedDate.toString()); */