mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
prettier fix
This commit is contained in:
@@ -32,7 +32,7 @@ export class PiechartPanel extends PureComponent<Props> {
|
||||
// TODO: get name
|
||||
name: 'tmpName',
|
||||
// TODO: add color option
|
||||
color: 'tmpColor'
|
||||
color: 'tmpColor',
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user