Skip to content

Commit

Permalink
Merge pull request #29412 from hungvu193/fix-29334
Browse files Browse the repository at this point in the history
[CP Staging] Fix crash on task settings
  • Loading branch information
mountiny authored Oct 12, 2023
2 parents 5bd71f0 + 5766a2d commit 715db9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2837,6 +2837,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,
};
}

Expand Down

0 comments on commit 715db9a

Please sign in to comment.