Commit 24cb44e0 by Erik Sundell

stackdriver: rename params

parent f168dd5d
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment