Преглед изворни кода

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;
 }