chore: hide display properties in the calendar layout (#4346)

This commit is contained in:
Aaryan Khandelwal 2024-05-03 14:16:27 +05:30 committed by GitHub
parent a678844073
commit 091fdb89ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],
},