Skip to content

Commit

Permalink
fix(frontend): Show active view button
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 27, 2024
1 parent d44b4d3 commit a6d7a46
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ <h1 class="text-center">
<a
class="btn btn-outline-secondary {{ view.icon }}"
ngbTooltip="View as {{ view.name }}" container="body"
routerLink="." [queryParams]="{view: view.id}">
</a>
routerLink="." [queryParams]="{view: view.id}"
routerLinkActive="active"
></a>
}
</div>
<div ngbDropdown class="d-inline-block ms-2">
Expand Down

0 comments on commit a6d7a46

Please sign in to comment.