Fix Reports nav underline (#43137)

<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #43125

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.

## Testing

- [x] QA'd all new/changed functionality manually

<img width="2116" height="553" alt="Screenshot 2026-04-07 at 1 38 06 PM"
src="https://github.com/user-attachments/assets/62b58312-9fed-4a59-bc0b-bdf0aeaf8e3a"
/>
This commit is contained in:
Nico 2026-04-07 13:46:30 -03:00 committed by GitHub
parent 2790ba984e
commit e55e316d04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
* Fixed missing underline on "Reports" nav item when active in top navigation.

View file

@ -85,7 +85,7 @@ export default (
{
name: "Reports",
location: {
regex: new RegExp(`^${URL_PREFIX}/queries/`),
regex: new RegExp(`^${URL_PREFIX}/reports/`),
pathname: PATHS.MANAGE_REPORTS,
},
withParams: { type: "query", names: ["fleet_id"] },