import { InlineField, InlineFieldRow, Select } from '@grafana/ui'; import { EditorProps } from '../QueryEditor'; const OPTIONS = [ { label: 'Plugin', value: 'plugin', }, { label: 'Downstream', value: 'downstream', }, ]; const ErrorWithSourceQueryEditor = ({ query, onChange }: EditorProps) => { return (