Skip to content

Commit

Permalink
chore(multiselect): replace deprecated @storybook/react action (carbo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jendowns authored and alisonjoseph committed Oct 16, 2018
1 parent c44df79 commit 17d1745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MultiSelect/MultiSelect-story.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import { storiesOf, action } from '@storybook/react';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { withInfo } from '@storybook/addon-info';
import { withKnobs, boolean, select, text } from '@storybook/addon-knobs';
import MultiSelect from '../MultiSelect';
Expand Down

0 comments on commit 17d1745

Please sign in to comment.