Commit c61e9054 by Peter Holmberg

fixing logging action

parent 9ac960a8
......@@ -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')} />;
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment