stackdriver: remove not used prop

This commit is contained in:
Erik Sundell 2018-11-08 15:02:05 +01:00
parent 1fe70721c9
commit f168dd5d34

View File

@ -104,5 +104,4 @@ export interface TemplateQueryProps {
query: any;
onChange: (c: any, definition: string) => void;
datasource: any;
definition: string;
}