add issue_type to filters from when loading from persisted data (#5509)
This commit is contained in:
parent
1cd7259852
commit
3fbfe94f5f
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
});
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue