diff --git a/web/core/store/issue/helpers/issue-filter-helper.store.ts b/web/core/store/issue/helpers/issue-filter-helper.store.ts index 0377be2aa..b3b066ad2 100644 --- a/web/core/store/issue/helpers/issue-filter-helper.store.ts +++ b/web/core/store/issue/helpers/issue-filter-helper.store.ts @@ -136,6 +136,7 @@ export class IssueFilterHelperStore implements IIssueFilterHelperStore { target_date: filters?.target_date || null, project: filters?.project || null, subscriber: filters?.subscriber || null, + issue_type: filters?.issue_type || null, }); /**