Fix typo in traceql editor (#103476)

Drildown -> Drilldown
This commit is contained in:
Fiona Liao
2025-05-19 10:29:27 +03:00
committed by GitHub
parent 2cddaf0781
commit b674c31579
@@ -13,7 +13,7 @@ export function AggregateByAlert({
}): React.ReactNode | null {
return query.groupBy ? (
<Alert title="" severity="info">
The aggregate by feature has been removed. We recommend using Traces Drildown app instead. &nbsp;
The aggregate by feature has been removed. We recommend using Traces Drilldown app instead. &nbsp;
<Button onClick={onChange}>Remove aggregate by from this query</Button>
</Alert>
) : null;