mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
AlphaNotice: replaced big popover tooltip with native tooltip (#18997)
This commit is contained in:
@@ -168,9 +168,11 @@ export class QueryOptions extends PureComponent<Props, State> {
|
||||
return Object.keys(this.allOptions).map(key => {
|
||||
const options = this.allOptions[key];
|
||||
const panelKey = options.panelKey || key;
|
||||
|
||||
// @ts-ignore
|
||||
const value = this.state[panelKey];
|
||||
if (value || queryOptions[key]) {
|
||||
|
||||
if (queryOptions[key]) {
|
||||
return (
|
||||
<DataSourceOption
|
||||
key={key}
|
||||
|
||||
Reference in New Issue
Block a user