mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
Remove unneccessary attribute
This commit is contained in:
parent
979620b891
commit
91b224465c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<dialog hx-boost="false" class="dialog" x-ref="feedsDialog">
|
||||
<header class="flex justify-between mb-6 items-center">
|
||||
<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>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue