mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: removing publishers
This commit is contained in:
parent
b439a1af3f
commit
214f7d3523
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export function Header() {
|
||||||
{searchValue && (
|
{searchValue && (
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() => dispatch(setSearch({ title: "" }))}
|
onClick={() => dispatch(setFilters({ title: "" }))}
|
||||||
className={styles.actionButton}
|
className={styles.actionButton}
|
||||||
>
|
>
|
||||||
<XIcon />
|
<XIcon />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue