mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Transformations: Make sidebar subscribe to panel's query runner (#23785)
* Make panel edit sidebar options use lates data from panel query runner * Update select's z-index * Review
This commit is contained in:
@@ -275,7 +275,7 @@ export class PanelEditorUnconnected extends PureComponent<Props> {
|
||||
}
|
||||
|
||||
renderOptionsPane() {
|
||||
const { plugin, dashboard, data, panel, uiState } = this.props;
|
||||
const { plugin, dashboard, panel, uiState } = this.props;
|
||||
|
||||
if (!plugin) {
|
||||
return <div />;
|
||||
@@ -285,7 +285,6 @@ export class PanelEditorUnconnected extends PureComponent<Props> {
|
||||
<OptionsPaneContent
|
||||
plugin={plugin}
|
||||
dashboard={dashboard}
|
||||
data={data}
|
||||
panel={panel}
|
||||
width={uiState.rightPaneSize as number}
|
||||
onClose={this.onTogglePanelOptions}
|
||||
|
||||
Reference in New Issue
Block a user