浏览代码

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