mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-03 16:20:39 +08:00
Merge branch 'develop' into release/v0.10.1
This commit is contained in:
commit
04cf1b2697
@ -156,6 +156,8 @@ function RuleOptions({
|
||||
...alertDef,
|
||||
condition: {
|
||||
...alertDef.condition,
|
||||
op: alertDef.condition?.op || defaultCompareOp,
|
||||
matchType: alertDef.condition?.matchType || defaultMatchType,
|
||||
target: value as number,
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user