forked from github/plane
fix: display properties fix
This commit is contained in:
parent
ebf877b7fa
commit
32bf2ed56a
@ -263,7 +263,8 @@ export const IssuesFilterView: React.FC = () => {
|
||||
|
||||
if (
|
||||
(issueView === "spreadsheet" && key === "attachment_count") ||
|
||||
(issueView === "spreadsheet" && key === "link")
|
||||
(issueView === "spreadsheet" && key === "link") ||
|
||||
(issueView === "spreadsheet" && key === "sub_issue_count")
|
||||
)
|
||||
return null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user