Storybook: Fix broken StatsPicker story (#24326)

* Fix non-story

* Update packages/grafana-ui/src/components/Badge/Badge.story.tsx
This commit is contained in:
Tobias Skarhed 2020-05-06 15:43:23 +02:00 committed by GitHub
parent 368594e89e
commit 6a4bb556a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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 = {