chore: profile issue display filters content updated (#2963)

This commit is contained in:
Anmol Singh Bhatia 2023-12-01 15:14:18 +05:30 committed by Aaryan Khandelwal
parent 819fcc77e7
commit e6ee7e01be

View File

@ -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: {