Merge branch 'develop' into release/v0.10.1

This commit is contained in:
Prashant Shahi 2022-08-07 15:27:33 +05:30
commit 04cf1b2697

View File

@ -156,6 +156,8 @@ function RuleOptions({
...alertDef,
condition: {
...alertDef.condition,
op: alertDef.condition?.op || defaultCompareOp,
matchType: alertDef.condition?.matchType || defaultMatchType,
target: value as number,
},
});