Correct bug where create_new_offsite_payment_pane had events and campaigns swapped

This commit is contained in:
Eric Schultz 2018-11-08 16:54:53 -06:00
parent 1d66022879
commit 3176e7f673

View file

@ -11,8 +11,8 @@ export interface FundraiserInfo {
name: string
}
function LoadReactPage(element:HTMLElement, events: FundraiserInfo[],
campaigns: FundraiserInfo[],
function LoadReactPage(element:HTMLElement, campaigns: FundraiserInfo[],
events: FundraiserInfo[],
nonprofitId: number,
supporterId:number,
preupdateDonationAction:() => void,