Skip to content

Commit aa9ad78

Browse files
authored
Merge pull request #89626 from Expensify/claude-excludeTaskReportsFromHiddenFilter
Exclude task reports from hidden report filter in search
2 parents c5121b3 + 8c2f16a commit aa9ad78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/OptionsListUtils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2500,6 +2500,7 @@ function getValidOptions(
25002500
}
25012501
if (
25022502
!report.isThread &&
2503+
!report.isTaskReport &&
25032504
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.SELF_DM &&
25042505
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.POLICY_ADMINS &&
25052506
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.GROUP &&

0 commit comments

Comments
 (0)