Commit 9010d163 authored by dhrubesh's avatar dhrubesh
Browse files

equal --> equals

parent fc2d32e7
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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",
});
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment