[WEB-456] chore: display sub issues option added in global view issues (#3712)

* chore: ensure global view issues displays sub-issues by default

* chore: sub issue toggle option added in global view issues
This commit is contained in:
Anmol Singh Bhatia 2024-02-21 17:51:36 +05:30 committed by GitHub
parent ab3c3a6cf9
commit 7464c1090a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 10 deletions

View file

@ -320,8 +320,8 @@ export const ISSUE_DISPLAY_FILTERS_BY_LAYOUT: {
type: [null, "active", "backlog"],
},
extra_options: {
access: false,
values: [],
access: true,
values: ["sub_issue"],
},
},
list: {
@ -449,4 +449,4 @@ export const groupReactionEmojis = (reactions: any) => {
}
return _groupedEmojis;
};
};