fix(ui): session tags issue type to be lowercase
This commit is contained in:
parent
700870f957
commit
e7e821daee
1 changed files with 1 additions and 0 deletions
|
|
@ -332,6 +332,7 @@ class SearchStore {
|
|||
|
||||
if (this.activeTags[0] && this.activeTags[0] !== 'all') {
|
||||
const tagFilter = filtersMap[FilterKey.ISSUE];
|
||||
tagFilter.type = tagFilter.type.toLowerCase();
|
||||
tagFilter.value = [issues_types.find((i: any) => i.type === this.activeTags[0])?.type];
|
||||
delete tagFilter.operatorOptions;
|
||||
delete tagFilter.options;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue