mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 23:05:56 +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,
|
...alertDef,
|
||||||
condition: {
|
condition: {
|
||||||
...alertDef.condition,
|
...alertDef.condition,
|
||||||
|
op: alertDef.condition?.op || defaultCompareOp,
|
||||||
|
matchType: alertDef.condition?.matchType || defaultMatchType,
|
||||||
target: value as number,
|
target: value as number,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user