mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:19:25 +08:00
refactor aggregation picker
This commit is contained in:
@ -138,7 +138,9 @@ export class QueryEditor extends React.Component<Props, State> {
|
||||
templateSrv={templateSrv}
|
||||
aggregation={aggregation}
|
||||
onChange={value => this.handleAggregationChange(value)}
|
||||
/>
|
||||
>
|
||||
{displayAdvancedOptions => displayAdvancedOptions && <p>RÖV</p>}
|
||||
</Aggregations>
|
||||
</React.Fragment>
|
||||
)}
|
||||
</Metrics>
|
||||
|
Reference in New Issue
Block a user