Skip to content

Commit

Permalink
fix crash on task settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hungvu193 committed Oct 12, 2023
1 parent 633c94b commit 5766a2d
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 @@ -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,
};
}

Expand Down

0 comments on commit 5766a2d

Please sign in to comment.