mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
feat: removing publishers
This commit is contained in:
@@ -120,7 +120,7 @@ export function Header() {
|
||||
{searchValue && (
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => dispatch(setSearch({ title: "" }))}
|
||||
onClick={() => dispatch(setFilters({ title: "" }))}
|
||||
className={styles.actionButton}
|
||||
>
|
||||
<XIcon />
|
||||
|
||||
Reference in New Issue
Block a user