fix: убрать кнопку Применить из аудита — onchange достаточно

This commit is contained in:
2026-05-31 13:01:32 +03:00
parent 64da1f9834
commit 63d3a67eea
-1
View File
@@ -99,7 +99,6 @@
</option> </option>
<% }) %> <% }) %>
</select> </select>
<button type="submit" class="btn btn-sm">Применить</button>
<% if (selectedCompanyId) { %> <% if (selectedCompanyId) { %>
<a href="/audit" class="btn btn-sm">Сбросить</a> <a href="/audit" class="btn btn-sm">Сбросить</a>
<% } %> <% } %>