Skip to content

Commit

Permalink
fix: modal disappears and then reappears after the receipt is deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Oct 4, 2024
1 parent b027baa commit fd32223
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 @@ -7630,7 +7630,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 fd32223

Please sign in to comment.