From 330a5c64969b35c0b0084e7f2563e5200c3c63f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 14 Nov 2018 12:03:05 -0800 Subject: [PATCH] minor panel options type fix --- public/app/plugins/panel/graph2/module.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/app/plugins/panel/graph2/module.tsx b/public/app/plugins/panel/graph2/module.tsx index 5b6e11b7f83..f2c1344d782 100644 --- a/public/app/plugins/panel/graph2/module.tsx +++ b/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 {}