Skip to content

Commit

Permalink
Merge pull request #24233 from StevenKKC/fix23664
Browse files Browse the repository at this point in the history
fix task message on LHN if task is created after sending an attachment
  • Loading branch information
NikkiWines authored Aug 8, 2023
2 parents 2e9caea + 2d8b45a commit 316a545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Task.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ function createTaskAndNavigate(parentReportID, title, description, assignee, ass
lastMessageText: lastCommentText,
lastActorAccountID: currentUserAccountID,
lastReadTime: currentTime,
lastMessageTranslationKey: '',
};

const optimisticData = [
Expand Down

0 comments on commit 316a545

Please sign in to comment.