fix: audit filter onchange restore + bump 0.4.2
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@
|
||||
<div class="card-body">
|
||||
<form method="GET" action="/audit" class="filter-bar">
|
||||
<label style="font-size:.85rem;color:var(--muted);">Компания:</label>
|
||||
<select name="company">
|
||||
<select name="company" onchange="this.form.submit()">
|
||||
<option value="">— Все компании —</option>
|
||||
<% companies.forEach(c => { %>
|
||||
<option value="<%= c.id %>" <%= Number(selectedCompanyId) === Number(c.id) ? 'selected' : '' %>>
|
||||
|
||||
Reference in New Issue
Block a user