mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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 opts = options ?? {};
|
||||||
const isBool = isBooleanReducer(options.reducer);
|
const isBool = isBooleanReducer(opts.reducer);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.spot}>
|
<div className={styles.spot}>
|
||||||
|
Loading…
Reference in New Issue
Block a user