Skip to content

Commit

Permalink
Fix id after choosing a campaign (Admin panel)
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Jul 22, 2024
1 parent 20de1ce commit 09ef9ce
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 09ef9ce

Please sign in to comment.