Skip to content

Commit

Permalink
Merge pull request #44794 from cretadn22/hide-task-report-by-default
Browse files Browse the repository at this point in the history
Hide task report by default
  • Loading branch information
puneetlath authored Jul 12, 2024
2 parents 9029873 + 6ef8464 commit 5b81bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5085,7 +5085,7 @@ function buildOptimisticTaskReport(
title?: string,
description?: string,
policyID: string = CONST.POLICY.OWNER_EMAIL_FAKE,
notificationPreference: NotificationPreference = CONST.REPORT.NOTIFICATION_PREFERENCE.ALWAYS,
notificationPreference: NotificationPreference = CONST.REPORT.NOTIFICATION_PREFERENCE.HIDDEN,
): OptimisticTaskReport {
const participants: Participants = {
[ownerAccountID]: {
Expand Down

0 comments on commit 5b81bae

Please sign in to comment.