stackdriver: remove not used prop

This commit is contained in:
Erik Sundell
2018-11-09 13:55:14 +01:00
parent 1fe70721c9
commit f168dd5d34
-1
View File
@@ -104,5 +104,4 @@ export interface TemplateQueryProps {
query: any;
onChange: (c: any, definition: string) => void;
datasource: any;
definition: string;
}