Ver Fonte

stackdriver: remove not used prop

Erik Sundell há 7 anos atrás
pai
commit
f168dd5d34
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      public/app/types/plugins.ts

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

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