Fix selecting domains to forward reports to not passing the information correctly (#26636)
This commit is contained in:
		
							parent
							
								
									2dbbeedc94
								
							
						
					
					
						commit
						b2ac93dd73
					
				| @ -62,7 +62,7 @@ class ReportModal extends ImmutablePureComponent { | |||||||
|     dispatch(submitReport({ |     dispatch(submitReport({ | ||||||
|       account_id: accountId, |       account_id: accountId, | ||||||
|       status_ids: selectedStatusIds.toArray(), |       status_ids: selectedStatusIds.toArray(), | ||||||
|       selected_domains: selectedDomains.toArray(), |       forward_to_domains: selectedDomains.toArray(), | ||||||
|       comment, |       comment, | ||||||
|       forward: selectedDomains.size > 0, |       forward: selectedDomains.size > 0, | ||||||
|       category, |       category, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user