fix: clear inbox status filter button (#1355)
This commit is contained in:
parent
2cef6e67d4
commit
352c84b026
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ export const InboxFiltersList = () => {
|
||||||
type="button"
|
type="button"
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
setFilters({
|
setFilters({
|
||||||
priority: null,
|
inbox_status: null,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue