mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 03:32:37 -06:00
Storybook: Fix broken StatsPicker story (#24326)
* Fix non-story * Update packages/grafana-ui/src/components/Badge/Badge.story.tsx
This commit is contained in:
parent
368594e89e
commit
6a4bb556a5
@ -3,7 +3,7 @@ import { boolean, text, select } from '@storybook/addon-knobs';
|
||||
import { Badge, BadgeColor } from './Badge';
|
||||
|
||||
export default {
|
||||
title: 'Other/Badge',
|
||||
title: 'Data Display/Badge',
|
||||
component: Badge,
|
||||
decorators: [],
|
||||
parameters: {
|
||||
|
@ -18,7 +18,7 @@ interface State {
|
||||
stats: string[];
|
||||
}
|
||||
|
||||
export class WrapperWithState extends PureComponent<any, State> {
|
||||
class WrapperWithState extends PureComponent<any, State> {
|
||||
constructor(props: any) {
|
||||
super(props);
|
||||
this.state = {
|
||||
|
Loading…
Reference in New Issue
Block a user