ソースを参照

stackdriver: remove not used prop

Erik Sundell 7 年 前
コミット
f168dd5d34
1 ファイル変更0 行追加1 行削除
  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;
 }