chore: profile issue display filters content updated (#2963)
This commit is contained in:
parent
1ef0a86c9d
commit
83026e8b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export const ISSUE_EXTRA_OPTIONS: {
|
|||
title: string;
|
||||
}[] = [
|
||||
{ key: "sub_issue", title: "Show sub-issues" }, // in spreadsheet its always false
|
||||
{ key: "show_empty_groups", title: "Show empty states" }, // filter on front-end
|
||||
{ key: "show_empty_groups", title: "Show empty groups" }, // filter on front-end
|
||||
];
|
||||
|
||||
export const ISSUE_LAYOUTS: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue