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:
@@ -24,7 +24,7 @@ export function MQLQueryEditor({ query, onChange, onRunQuery }: React.PropsWithC
|
||||
rows={10}
|
||||
placeholder="Enter a Cloud Monitoring MQL query (Run with Shift+Enter)"
|
||||
onBlur={onRunQuery}
|
||||
onChange={e => onChange(e.currentTarget.value)}
|
||||
onChange={(e) => onChange(e.currentTarget.value)}
|
||||
onKeyDown={onKeyDown}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user