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

This commit is contained in:
jackyin
2024-09-28 09:04:40 -05:00
committed by GitHub
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}>