fix: display properties fix
This commit is contained in:
parent
ebf877b7fa
commit
32bf2ed56a
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue