Skip to content

Commit

Permalink
Merge pull request #33862 from dukenv0307/fix/33782
Browse files Browse the repository at this point in the history
Remove error in optimistic data when editing task
  • Loading branch information
aldo-expensify authored Jan 4, 2024
2 parents f7e61f4 + 8b55c63 commit d800d60
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 @@ -392,6 +392,7 @@ function editTask(report, {title, description}) {
...(title && {reportName: CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE}),
...(description && {description: CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE}),
},
errorFields: null,
},
},
];
Expand Down

0 comments on commit d800d60

Please sign in to comment.