mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
fix go back
This commit is contained in:
@@ -34,7 +34,7 @@ import { environment } from 'src/environments/environment';
|
||||
import { RoleIdService } from 'src/app/services/role-id.service'
|
||||
import { EventListStore } from 'src/app/models/agenda/AgendaEventList';
|
||||
import { ContactsService } from 'src/app/services/contacts.service';
|
||||
|
||||
import { Cy } from 'cypress/enum'
|
||||
@Component({
|
||||
selector: 'app-agenda',
|
||||
templateUrl: './agenda.page.html',
|
||||
@@ -63,6 +63,7 @@ export class AgendaPage implements OnInit {
|
||||
contacts: EventPerson[]
|
||||
|
||||
todayDateFormated: string;
|
||||
Cy = Cy
|
||||
|
||||
setView(view: CalendarView) {
|
||||
this.view = view;
|
||||
|
||||
Reference in New Issue
Block a user