forked from github/plane
chore: profile issue display filters content updated (#2963)
This commit is contained in:
parent
2b63827caa
commit
dec1fb5a63
@ -113,7 +113,7 @@ export const ISSUE_EXTRA_OPTIONS: {
|
|||||||
title: string;
|
title: string;
|
||||||
}[] = [
|
}[] = [
|
||||||
{ key: "sub_issue", title: "Show sub-issues" }, // in spreadsheet its always false
|
{ 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: {
|
export const ISSUE_LAYOUTS: {
|
||||||
|
Loading…
Reference in New Issue
Block a user