mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 15:56:07 +08:00
fix: resolves issue for migrated promql (#1481)
This commit is contained in:
parent
1ebf64589f
commit
8bdc41bef0
@ -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