@@ -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.
|
||||
The aggregate by feature has been removed. We recommend using Traces Drilldown app instead.
|
||||
<Button onClick={onChange}>Remove aggregate by from this query</Button>
|
||||
</Alert>
|
||||
) : null;
|
||||
|
||||
Reference in New Issue
Block a user