mirror of https://github.com/grafana/grafana.git
				
				
				
			Transformations: Fix crash in Config from query results (#93427)
This commit is contained in:
		
							parent
							
								
									47b51326cc
								
							
						
					
					
						commit
						e23ba32722
					
				| 
						 | 
				
			
			@ -62,7 +62,7 @@ export const FieldValueMatcherEditor = ({ options, onChange }: Props) => {
 | 
			
		|||
  );
 | 
			
		||||
 | 
			
		||||
  const opts = options ?? {};
 | 
			
		||||
  const isBool = isBooleanReducer(options.reducer);
 | 
			
		||||
  const isBool = isBooleanReducer(opts.reducer);
 | 
			
		||||
 | 
			
		||||
  return (
 | 
			
		||||
    <div className={styles.spot}>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue