Explorar el Código

stackdriver: rename params

Erik Sundell hace 7 años
padre
commit
24cb44e029
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }