Skip to content

Commit

Permalink
Merge pull request Expensify#56139 from daledah/fix/55587
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Feb 2, 2025
2 parents 741bd4a + efaa20c commit 7ef3254
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ function AttachmentPickerWithMenuItems({
text: translate('iou.paySomeone', {name: getPayeeName(report)}),
onSelected: () => {
if (isDelegateAccessRestricted) {
setIsNoDelegateAccessMenuVisible(true);
close(() => {
setIsNoDelegateAccessMenuVisible(true);
});
return;
}
selectOption(() => startMoneyRequest(CONST.IOU.TYPE.PAY, report?.reportID ?? String(CONST.DEFAULT_NUMBER_ID)), false);
Expand Down

0 comments on commit 7ef3254

Please sign in to comment.