Skip to content
Snippets Groups Projects
Unverified Commit 12f17194 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #7500 from metabase/xray-dont-capitalize-sidebar-items

xray: don't capitalize items in the sidebar
parents e0cded18 ccc34003
No related branches found
No related tags found
No related merge requests found
......@@ -572,7 +572,7 @@
first)
dashboard (make-dashboard root rule)]
{:url (:url root)
:title (-> root :full-name str/capitalize)
:title (:full-name root)
:description (:description dashboard)}))
(defn- others
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment