From 5766a2d3186900f9f989fcf2717942405df74e66 Mon Sep 17 00:00:00 2001 From: Hans Date: Thu, 12 Oct 2023 10:00:28 +0700 Subject: [PATCH] fix crash on task settings --- 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, }; }