mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@@ -80,7 +80,7 @@ export class QueryEditor extends PureComponent<Props, State> {
|
||||
<div className="gf-form-inline">
|
||||
<label className="gf-form-label query-keyword width-9">Query Type</label>
|
||||
<Segment
|
||||
value={[...queryTypes, ...variableOptionGroup.options].find(qt => qt.value === queryType)}
|
||||
value={[...queryTypes, ...variableOptionGroup.options].find((qt) => qt.value === queryType)}
|
||||
options={[
|
||||
...queryTypes,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user