Correct bug where create_new_offsite_payment_pane had events and campaigns swapped
This commit is contained in:
		
							parent
							
								
									1d66022879
								
							
						
					
					
						commit
						3176e7f673
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue