Skip to content

Commit

Permalink
we can route to dashboards page now
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Sep 16, 2024
1 parent 1557317 commit 68607af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elm/Pages/Dashboards/Dashboard_.elm
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ view shared route model =

crumbs =
[ ( "Overview", Just Route.Path.Home_ )
, ( "Dashboards", Nothing )
, ( "Dashboards", Just Route.Path.Dashboards )
, ( dashboardName, Nothing )
]
in
Expand Down

0 comments on commit 68607af

Please sign in to comment.