mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Minor fixes
This commit is contained in:
@@ -5,8 +5,6 @@ import ValueOptions from './ValueOptions';
|
||||
import { PiechartOptions } from './types';
|
||||
|
||||
export default class PiechartPanelOptions extends PureComponent<PanelEditorProps<PiechartOptions>> {
|
||||
static defaultProps = defaultProps;
|
||||
|
||||
render() {
|
||||
const { onChange, options } = this.props;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user