From 3fbfe94f5f9c1fe088fda47e288cb2d4b0b5e863 Mon Sep 17 00:00:00 2001 From: rahulramesha <71900764+rahulramesha@users.noreply.github.com> Date: Tue, 3 Sep 2024 17:59:43 +0530 Subject: [PATCH] add issue_type to filters from when loading from persisted data (#5509) --- web/core/store/issue/helpers/issue-filter-helper.store.ts | 1 + 1 file changed, 1 insertion(+) 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, }); /**