mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-11 01:09:02 +08:00
equal --> equals
This commit is contained in:
parent
fc2d32e72d
commit
9010d16319
@ -84,7 +84,7 @@ const _TraceFilter = (props: TraceFilterProps) => {
|
||||
{
|
||||
key: METRICS_PAGE_QUERY_PARAM.error,
|
||||
value: errorTag,
|
||||
operator: "EQUAL",
|
||||
operator: "equals",
|
||||
},
|
||||
],
|
||||
});
|
||||
@ -99,7 +99,7 @@ const _TraceFilter = (props: TraceFilterProps) => {
|
||||
onTagFormSubmit({
|
||||
tag_key: METRICS_PAGE_QUERY_PARAM.error,
|
||||
tag_value: errorTag,
|
||||
operator: "EQUAL",
|
||||
operator: "equals",
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user