fix: intake status count (#5990)
This commit is contained in:
parent
eee2145734
commit
8c3189e1be
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ export class ProjectInboxStore implements IProjectInboxStore {
|
|||
else this.loader = "mutation-loading";
|
||||
if (loadingType) this.loader = loadingType;
|
||||
|
||||
const status = this.inboxFilters?.status && uniq([...this.inboxFilters.status, EInboxIssueStatus.SNOOZED]);
|
||||
const status = this.inboxFilters?.status;
|
||||
const queryParams = this.inboxIssueQueryParams(
|
||||
{ ...this.inboxFilters, status },
|
||||
this.inboxSorting,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue