Skip to content

Commit

Permalink
Refactoring the ItemsContainer switch Status - hard to read.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimi Okuno committed Apr 1, 2020
1 parent 5c3cf4a commit 6bef0d8
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 148 deletions.
2 changes: 1 addition & 1 deletion src/ItemsContainer/stories/index.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ storiesOf('ItemsContainer - Demo only (not published on NPM)', module)
return (
<ItemsContainer
items={ pItems }
model="Project"
type="Project"
handleSave={ action('handleSave') }
handleDelete={ action('handleDelete') }
/>
Expand Down
Loading

0 comments on commit 6bef0d8

Please sign in to comment.