Skip to content

Commit

Permalink
Merge pull request #27810 from situchan/fix-27774
Browse files Browse the repository at this point in the history
fix checkbox not working to unselect split bill participants
  • Loading branch information
cristipaval authored Sep 19, 2023
2 parents d53d633 + 4592d23 commit 1ae571d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ function MoneyRequestConfirmationList(props) {
sections={optionSelectorSections}
value=""
onSelectRow={canModifyParticipants ? selectParticipant : navigateToReportOrUserDetail}
onAddToSelection={selectParticipant}
onConfirmSelection={confirm}
selectedOptions={selectedOptions}
canSelectMultipleOptions={canModifyParticipants}
Expand Down

0 comments on commit 1ae571d

Please sign in to comment.