Erik Sundell 7 лет назад
Родитель
Сommit
24cb44e029
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/types/plugins.ts

+ 1 - 1
public/app/types/plugins.ts

@@ -102,6 +102,6 @@ export interface PluginsState {
 
 export interface TemplateQueryProps {
   query: any;
-  onChange: (c: any, definition: string) => void;
+  onChange: (query: any, definition: string) => void;
   datasource: any;
 }