Commit b267e960 by Ryan McKinley Committed by Torkel Ödegaard

PanelEditor: Change Queries heading to Query (#16536)

parent 66f6e169
...@@ -193,7 +193,7 @@ export class QueriesTab extends PureComponent<Props, State> { ...@@ -193,7 +193,7 @@ export class QueriesTab extends PureComponent<Props, State> {
return ( return (
<EditorTabBody <EditorTabBody
heading="Queries to" heading="Query"
renderToolbar={this.renderToolbar} renderToolbar={this.renderToolbar}
toolbarItems={[queryInspector, dsHelp]} toolbarItems={[queryInspector, dsHelp]}
setScrollTop={this.setScrollTop} setScrollTop={this.setScrollTop}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment