mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
fixing logging action
This commit is contained in:
parent
9ac960a803
commit
c61e905434
@ -6,12 +6,5 @@ import { ValueMappingsEditor } from './ValueMappingsEditor';
|
||||
const ValueMappingsEditorStories = storiesOf('UI/ValueMappingsEditor', module);
|
||||
|
||||
ValueMappingsEditorStories.add('default', () => {
|
||||
return (
|
||||
<ValueMappingsEditor
|
||||
valueMappings={[]}
|
||||
onChange={() => {
|
||||
action('Mapping changed');
|
||||
}}
|
||||
/>
|
||||
);
|
||||
return <ValueMappingsEditor valueMappings={[]} onChange={action('Mapping changed')} />;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user