mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Tempo: Fix typo (#81383)
This commit is contained in:
parent
f44592a97a
commit
2c4e1d4baf
@ -22,7 +22,7 @@ interface Props {
|
||||
}
|
||||
|
||||
export function TraceQLEditor(props: Props) {
|
||||
const [alertText, setAlertText] = useState('error error');
|
||||
const [alertText, setAlertText] = useState('');
|
||||
|
||||
const { onChange, onRunQuery, placeholder } = props;
|
||||
const setupAutocompleteFn = useAutocomplete(props.datasource, setAlertText);
|
||||
|
Loading…
Reference in New Issue
Block a user