Skip to content

Commit 49ef281

Browse files
committed
Button "Filter" shows "Modal" instead "Dropdown".
1 parent 6950069 commit 49ef281

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_includes/V2/navbar-list.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,12 @@ <h6 class="align-self-center mb-0 me-3 fw-semibold text-nowrap text-truncate">
5151
<!-- END Dropdown: Bulk -->
5252

5353
<!-- START Dropdown: Filter -->
54-
<div class="dropdown" data-bs-theme="auto">
5554
<button class="btn btn-link btn-sm rounded-circle text-secondary {% if page.dropdownFilterDisabled %}disabled{% else %}{% endif %}" type="button"
56-
id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"
55+
data-bs-toggle="modal" href="#modalStart" role="button"
5756
style="width: 28px; height: 28px;line-height: 28px;text-align: center;padding: 0; border-radius: 50%; font-size: 0.8rem;">
5857
<i class="fa-solid fa-filter-list" data-bs-toggle="tooltip" data-bs-placement="bottom"
5958
data-bs-original-title="Filters"></i>
6059
</button>
61-
</div>
6260
<!-- END Dropdown: Filter -->
6361

6462
<!-- START Dropdown: Groups -->

0 commit comments

Comments
 (0)