Skip to content

Commit

Permalink
Fix id after choosing a campaign (Admin panel) (#1891)
Browse files Browse the repository at this point in the history
Co-authored-by: ani-kalpachka <[email protected]>
  • Loading branch information
ani-kalpachka and ani-kalpachka authored Aug 20, 2024
1 parent 924d126 commit 5471218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/recurring-donation/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function EditForm() {
extCustomerId: data?.extCustomerId,
money: fromMoney(data?.amount || 0),
currency: data?.currency,
sourceVault: data?.sourceVault.id,
sourceVault: '',
campaign: data?.sourceVault.campaign.id,
}
}
Expand Down

0 comments on commit 5471218

Please sign in to comment.