Skip to content

Commit

Permalink
chore: hide display properties in the calendar layout (#4346)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 authored May 3, 2024
1 parent a678844 commit 091fdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/constants/issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
Expand Down

0 comments on commit 091fdb8

Please sign in to comment.