Browse Source

fix: map view doesnt open (#18487)

Co-authored-by: Komal Saraf <komal@frappe.io>
(cherry picked from commit 8fd497a594)
version-14
Komal-Saraf0609 2 years ago
committed by Mergify
parent
commit
ed5423517d
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      frappe/public/js/frappe/router.js

+ 2
- 0
frappe/public/js/frappe/router.js View File

@@ -88,6 +88,7 @@ frappe.router = {
"dashboard",
"image",
"inbox",
"map",
],
list_views_route: {
list: "List",
@@ -100,6 +101,7 @@ frappe.router = {
image: "Image",
inbox: "Inbox",
file: "Home",
map: "Map",
},
layout_mapped: {},



Loading…
Cancel
Save