fix: small cleanup for grid filters template
This commit is contained in:
parent
2e5feeb6f4
commit
4525f91c21
|
@ -5,8 +5,7 @@
|
||||||
<div style="display: flex; justify-content: space-between; margin-bottom: 0.5em;">
|
<div style="display: flex; justify-content: space-between; margin-bottom: 0.5em;">
|
||||||
|
|
||||||
% if grid.filterable:
|
% if grid.filterable:
|
||||||
<form action="${request.path_url}" method="GET"
|
<form @submit.prevent="applyFilters()">
|
||||||
@submit.prevent="applyFilters()">
|
|
||||||
|
|
||||||
<div style="display: flex; flex-direction: column; gap: 0.5rem;">
|
<div style="display: flex; flex-direction: column; gap: 0.5rem;">
|
||||||
<wutta-filter v-for="filtr in filters"
|
<wutta-filter v-for="filtr in filters"
|
||||||
|
|
Loading…
Reference in a new issue