Explorar o código

minor panel options type fix

Torkel Ödegaard %!s(int64=7) %!d(string=hai) anos
pai
achega
330a5c6496
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      public/app/plugins/panel/graph2/module.tsx

+ 0 - 2
public/app/plugins/panel/graph2/module.tsx

@@ -11,8 +11,6 @@ interface Options {
   showBars: boolean;
   showLines: boolean;
   showPoints: boolean;
-
-  onChange: (options: Options) => void;
 }
 
 interface Props extends PanelProps<Options> {}