Skip to content

Commit

Permalink
fix: map view doesnt open (#18487)
Browse files Browse the repository at this point in the history
Co-authored-by: Komal Saraf <komal@frappe.io>
(cherry picked from commit 8fd497a)
  • Loading branch information
Komal-Saraf0609 authored and mergify[bot] committed Oct 21, 2022
1 parent f650150 commit ed54235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frappe/public/js/frappe/router.js
Expand Up @@ -88,6 +88,7 @@ frappe.router = {
"dashboard",
"image",
"inbox",
"map",
],
list_views_route: {
list: "List",
Expand All @@ -100,6 +101,7 @@ frappe.router = {
image: "Image",
inbox: "Inbox",
file: "Home",
map: "Map",
},
layout_mapped: {},

Expand Down

0 comments on commit ed54235

Please sign in to comment.