Skip to content

Commit

Permalink
Reset isSplitRequest when reset IOU
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDylann committed Oct 26, 2023
1 parent 3fd048d commit 64780a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/IOU.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function resetMoneyRequestInfo(id = '') {
receiptFilename: '',
transactionID: '',
billable: null,
isSplitRequest: false,
});
}

Expand Down

0 comments on commit 64780a1

Please sign in to comment.