Browse Source

minor panel options type fix

Torkel Ödegaard 7 năm trước cách đây
mục cha
commit
330a5c6496
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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> {}