mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: removing publishers
This commit is contained in:
parent
b439a1af3f
commit
214f7d3523
@ -120,7 +120,7 @@ export function Header() {
|
||||
{searchValue && (
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => dispatch(setSearch({ title: "" }))}
|
||||
onClick={() => dispatch(setFilters({ title: "" }))}
|
||||
className={styles.actionButton}
|
||||
>
|
||||
<XIcon />
|
||||
|
Loading…
Reference in New Issue
Block a user