feat(metrics): Provide override for disabling ad-hoc metrics (#17202)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2021-11-08 10:31:43 -08:00
committed by GitHub
parent 33a8e87513
commit 561d1ac9f2
11 changed files with 199 additions and 137 deletions

View File

@@ -178,6 +178,7 @@ export default class FixedOrMetricControl extends React.Component {
}}
onChange={this.setMetric}
value={this.state.metricValue}
datasource={this.props.datasource}
/>
</PopoverSection>
</div>