Skip to content

Commit

Permalink
fix add "bs" to data toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Nov 16, 2023
1 parent 214eb42 commit 50cad2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embark/templates/dashboard/reportDashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</button>
{% else %}
<div class="btn-group dropup">
<button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<button type="button" class="btn btn-secondary dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Options
</button>
<div class="dropdown-menu">
Expand Down

0 comments on commit 50cad2a

Please sign in to comment.