We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5121b3 + 8c2f16a commit aa9ad78Copy full SHA for aa9ad78
1 file changed
src/libs/OptionsListUtils/index.ts
@@ -2500,6 +2500,7 @@ function getValidOptions(
2500
}
2501
if (
2502
!report.isThread &&
2503
+ !report.isTaskReport &&
2504
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.SELF_DM &&
2505
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.POLICY_ADMINS &&
2506
report.item?.chatType !== CONST.REPORT.CHAT_TYPE.GROUP &&
0 commit comments