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

This commit is contained in:
jackyin 2024-09-28 22:04:40 +08:00 committed by GitHub
parent 47b51326cc
commit e23ba32722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}>