Skip to content

Commit

Permalink
Use the handleConfirmSelection function when selection confirmed usin…
Browse files Browse the repository at this point in the history
…g shortcut
  • Loading branch information
neonbhai committed Jan 8, 2024
1 parent cd60aae commit 2c8bda6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function MoneyTemporaryForRefactorRequestParticipantsSelector({
boldStyle
shouldShowConfirmButton={shouldShowSplitBillErrorMessage && isAllowedToSplit}
confirmButtonText={translate('iou.addToSplit')}
onConfirmSelection={onFinish}
onConfirmSelection={handleConfirmSelection}
textInputLabel={translate('optionsSelector.nameEmailOrPhoneNumber')}
textInputAlert={isOffline ? `${translate('common.youAppearToBeOffline')} ${translate('search.resultsAreLimited')}` : ''}
safeAreaPaddingBottomStyle={safeAreaPaddingBottomStyle}
Expand Down

0 comments on commit 2c8bda6

Please sign in to comment.