mirror of
https://github.com/makeplane/plane.git
synced 2026-05-08 00:49:36 -05:00
add issue_type to filters from when loading from persisted data (#5509)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user