Skip to content

Commit

Permalink
Switch Title over to ReportName
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanwards committed May 14, 2023
1 parent 86bf737 commit daf9ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Task.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function editTaskAndNavigate(report, ownerEmail, title, description, assignee) {
let assigneeChatReportID;
if (assignee && assignee !== report.assignee) {
assigneeChatReportID = ReportUtils.getChatByParticipants([assignee]).reportID;
optimisticAssigneeAddComment = ReportUtils.buildOptimisticTaskCommentReportAction(report.reportID, reportName, assignee, `Assigned a task to you: ${title}`);
optimisticAssigneeAddComment = ReportUtils.buildOptimisticTaskCommentReportAction(report.reportID, reportName, assignee, `Assigned a task to you: ${reportName}`);
}

const optimisticData = [
Expand Down

0 comments on commit daf9ae1

Please sign in to comment.