We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 741bd4a + efaa20c commit 7ef3254Copy full SHA for 7ef3254
src/pages/home/report/ReportActionCompose/AttachmentPickerWithMenuItems.tsx
@@ -150,7 +150,9 @@ function AttachmentPickerWithMenuItems({
150
text: translate('iou.paySomeone', {name: getPayeeName(report)}),
151
onSelected: () => {
152
if (isDelegateAccessRestricted) {
153
- setIsNoDelegateAccessMenuVisible(true);
+ close(() => {
154
+ setIsNoDelegateAccessMenuVisible(true);
155
+ });
156
return;
157
}
158
selectOption(() => startMoneyRequest(CONST.IOU.TYPE.PAY, report?.reportID ?? String(CONST.DEFAULT_NUMBER_ID)), false);
0 commit comments