Transformations: Fix crash in Config from query results (#93427)

pull/93957/head
jackyin 8 months ago committed by GitHub
parent 47b51326cc
commit e23ba32722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/grafana-ui/src/components/MatchersUI/FieldValueMatcher.tsx

@ -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…
Cancel
Save