PanelEditor: Change Queries heading to Query (#16536)

This commit is contained in:
Ryan McKinley 2019-04-15 02:57:16 -07:00 committed by Torkel Ödegaard
parent 66f6e16916
commit b267e96087

View File

@ -193,7 +193,7 @@ export class QueriesTab extends PureComponent<Props, State> {
return (
<EditorTabBody
heading="Queries to"
heading="Query"
renderToolbar={this.renderToolbar}
toolbarItems={[queryInspector, dsHelp]}
setScrollTop={this.setScrollTop}