mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Annotations: More fixes to the angular annotation editors (#33303)
* Annotations: Fixed angular editor issues * More angular annotation fixes * removed console.log
This commit is contained in:
@@ -15,6 +15,7 @@ export type Props = {
|
||||
|
||||
export function AnnotationQueryEditor(props: React.PropsWithChildren<Props>) {
|
||||
const { query, onChange } = props;
|
||||
|
||||
return (
|
||||
<>
|
||||
<PanelQueryEditor
|
||||
|
||||
Reference in New Issue
Block a user