Skip to content

Commit

Permalink
Merge pull request #17444 from bernhardoj/fix/16852-clear-action-erro…
Browse files Browse the repository at this point in the history
…rs-on-delete

Clear errors when delete a chat/action
  • Loading branch information
neil-marcellini authored Apr 14, 2023
2 parents 0c4e29d + 4c794f3 commit c0af288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ function deleteReportComment(reportID, reportAction) {
pendingAction: CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE,
previousMessage: reportAction.message,
message: deletedMessage,
errors: null,
},
};

Expand Down

0 comments on commit c0af288

Please sign in to comment.