fixing logging action
This commit is contained in:
+1
-8
@@ -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')} />;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user