mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 08:09:33 +01:00
fix: display properties fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user