mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
did not add file, removing centerered
This commit is contained in:
@@ -2,12 +2,9 @@ import React from 'react';
|
||||
import { storiesOf } from '@storybook/react';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
import { ValueMappingsEditor } from './ValueMappingsEditor';
|
||||
import { withCenteredStory } from '../../utils/storybook/withCenteredStory';
|
||||
|
||||
const ValueMappingsEditorStories = storiesOf('UI/ValueMappingsEditor', module);
|
||||
|
||||
ValueMappingsEditorStories.addDecorator(withCenteredStory);
|
||||
|
||||
ValueMappingsEditorStories.add('default', () => {
|
||||
return (
|
||||
<ValueMappingsEditor
|
||||
|
||||
Reference in New Issue
Block a user