fix(journals): final cleanup of duplicate button attributes and refined types
This commit is contained in:
@@ -123,7 +123,8 @@
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<!-- Clear search text 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}
|
class:hidden={!$journals_loc.entry.qry__search_text && !$journals_loc.entry.qry__category_code}
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
$journals_loc.entry.qry__search_text = '';
|
$journals_loc.entry.qry__search_text = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user