From 0605b5f60c25128ff89fe65e546397eeecac89e1 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 26 Apr 2024 18:30:02 +0530 Subject: [PATCH] chore: show sub-issue option added in profile display filter (#4295) --- web/constants/issue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/constants/issue.ts b/web/constants/issue.ts index c2ac093c0..3bae30d2f 100644 --- a/web/constants/issue.ts +++ b/web/constants/issue.ts @@ -160,7 +160,7 @@ export const ISSUE_DISPLAY_FILTERS_BY_LAYOUT: { }, extra_options: { access: true, - values: ["show_empty_groups"], + values: ["show_empty_groups", "sub_issue"], }, }, kanban: {