From 091fdb89acc569cfe3b518bcd136765b1614b5cd Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Fri, 3 May 2024 14:16:27 +0530 Subject: [PATCH] chore: hide display properties in the calendar layout (#4346) --- 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 3bae30d2f..9ec163935 100644 --- a/web/constants/issue.ts +++ b/web/constants/issue.ts @@ -336,7 +336,7 @@ export const ISSUE_DISPLAY_FILTERS_BY_LAYOUT: { }, calendar: { filters: ["priority", "state", "cycle", "module", "assignees", "mentions", "created_by", "labels", "start_date"], - display_properties: true, + display_properties: false, display_filters: { type: [null, "active", "backlog"], },