Remove unneccessary attribute

This commit is contained in:
Ondřej 2023-09-07 01:32:43 +02:00
parent 979620b891
commit 91b224465c

View file

@ -1,7 +1,7 @@
<dialog hx-boost="false" class="dialog" x-ref="feedsDialog"> <dialog hx-boost="false" class="dialog" x-ref="feedsDialog">
<header class="flex justify-between mb-6 items-center"> <header class="flex justify-between mb-6 items-center">
<p>Filter by feed</p> <p>Filter by feed</p>
<button formmethod="dialog" class="button-outline button-md" @click="$refs.feedsDialog.close()"> <button formmethod="dialog" class="button-outline button-md">
</button> </button>
</header> </header>