fix(journals): final cleanup of duplicate button attributes and refined types

This commit is contained in:
Scott Idem
2026-02-03 22:19:38 -05:00
parent 281972cb5d
commit 77a5ab840a

View File

@@ -123,7 +123,8 @@
</button>
<!-- Clear search text button -->
<button type="button"
<button
type="button"
class:hidden={!$journals_loc.entry.qry__search_text && !$journals_loc.entry.qry__category_code}
onclick={() => {
$journals_loc.entry.qry__search_text = '';