fix: vists on the property route
This commit is contained in:
parent
e436be9bc9
commit
303f08e9ee
|
@ -200,7 +200,7 @@ class MenuEntry implements BaseModule {
|
||||||
value: 'FRE-HUB-OPENED-VISITS',
|
value: 'FRE-HUB-OPENED-VISITS',
|
||||||
icon: Icons.perm_contact_calendar,
|
icon: Icons.perm_contact_calendar,
|
||||||
name: 'Opened Visits',
|
name: 'Opened Visits',
|
||||||
route: '/openedVisitsPage',
|
route: '/visitsOnThePropertyPage',
|
||||||
types: [MenuEntryType.Property],
|
types: [MenuEntryType.Property],
|
||||||
),
|
),
|
||||||
MenuEntry(
|
MenuEntry(
|
||||||
|
|
Loading…
Reference in New Issue