Skip to content

Commit

Permalink
Merge pull request #50207 from nkdengineer/fix/50159
Browse files Browse the repository at this point in the history
fix: modal disappears and then reappears after the receipt is deleted
  • Loading branch information
thienlnam authored Oct 7, 2024
2 parents b6f220d + fd32223 commit 6393d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7635,7 +7635,7 @@ function detachReceipt(transactionID: string) {
value: {
...newTransaction,
pendingFields: {
receipt: CONST.RED_BRICK_ROAD_PENDING_ACTION.DELETE,
receipt: CONST.RED_BRICK_ROAD_PENDING_ACTION.UPDATE,
},
},
},
Expand Down

0 comments on commit 6393d37

Please sign in to comment.