Commit 330a5c64 by Torkel Ödegaard

minor panel options type fix

parent fade3c47
......@@ -11,8 +11,6 @@ interface Options {
showBars: boolean;
showLines: boolean;
showPoints: boolean;
onChange: (options: Options) => void;
}
interface Props extends PanelProps<Options> {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment