فهرست منبع

minor panel options type fix

Torkel Ödegaard 7 سال پیش
والد
کامیت
330a5c6496
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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> {}