From 67f4f4c1537f409c54f304a6c291fde2b6ef2a33 Mon Sep 17 00:00:00 2001 From: Vit Horacek <36083550+mountiny@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:29:28 +0100 Subject: [PATCH] Merge pull request #29412 from hungvu193/fix-29334 [CP Staging] Fix crash on task settings (cherry picked from commit 715db9a29f05db528c6a54ff67140431c77f483a) --- src/libs/ReportUtils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/ReportUtils.js b/src/libs/ReportUtils.js index 84381b49aea2..ea5d58483c0f 100644 --- a/src/libs/ReportUtils.js +++ b/src/libs/ReportUtils.js @@ -2833,6 +2833,7 @@ function buildOptimisticTaskReport(ownerAccountID, assigneeAccountID = 0, parent policyID, stateNum: CONST.REPORT.STATE_NUM.OPEN, statusNum: CONST.REPORT.STATUS.OPEN, + notificationPreference: CONST.REPORT.NOTIFICATION_PREFERENCE.ALWAYS, }; }