Skip to content

Fix Vue prop warning for counter href

Paul Slaughter requested to merge pslaughter-master-patch-efda into master

What does this MR do and why?

Fix Vue prop warning for counter href

  • Make sure merge_request_dashboard_path always returns String or nil (not bool)

Screenshots or screen recordings

  1. Start GDK and visit any page the loads the sidebar
  2. Make sure feature :merge_request_dashboard is disabled
Before After
Screenshot_2024-05-08_at_10.48.21_AM Screenshot_2024-05-08_at_10.48.51_AM

Merge request reports