add issue_type to filters from when loading from persisted data (#5509)

This commit is contained in:
rahulramesha 2024-09-03 17:59:43 +05:30 committed by GitHub
parent 1cd7259852
commit 3fbfe94f5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
});
/**