Tempo: Fix typo (#81383)
This commit is contained in:
@@ -22,7 +22,7 @@ interface Props {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function TraceQLEditor(props: Props) {
|
export function TraceQLEditor(props: Props) {
|
||||||
const [alertText, setAlertText] = useState('error error');
|
const [alertText, setAlertText] = useState('');
|
||||||
|
|
||||||
const { onChange, onRunQuery, placeholder } = props;
|
const { onChange, onRunQuery, placeholder } = props;
|
||||||
const setupAutocompleteFn = useAutocomplete(props.datasource, setAlertText);
|
const setupAutocompleteFn = useAutocomplete(props.datasource, setAlertText);
|
||||||
|
|||||||
Reference in New Issue
Block a user