Skip to content

Commit 85fe3a2

Browse files
authored
Merge pull request Expensify#90165 from software-mansion-labs/fix/autoselected-report-distance-expense
Fix auto selected participant when submitting distance expense from selfDM
2 parents 12a204c + 1aedc48 commit 85fe3a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libs/ReportUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11351,6 +11351,7 @@ function createDraftTransactionAndNavigateToParticipantSelector({
1135111351
modifiedMerchant: '',
1135211352
modifiedAttendees: undefined,
1135311353
mccGroup,
11354+
participants: [],
1135411355
} as Transaction);
1135511356

1135611357
let firstPolicy: Policy | undefined;

0 commit comments

Comments
 (0)