Przeglądaj źródła

minor panel options type fix

Torkel Ödegaard 7 lat temu
rodzic
commit
330a5c6496
1 zmienionych plików z 0 dodań i 2 usunięć
  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;
   showBars: boolean;
   showLines: boolean;
   showLines: boolean;
   showPoints: boolean;
   showPoints: boolean;
-
-  onChange: (options: Options) => void;
 }
 }
 
 
 interface Props extends PanelProps<Options> {}
 interface Props extends PanelProps<Options> {}