Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eimi Okuno committed Apr 1, 2020
2 parents cdb7c01 + 83c7cf1 commit 117505e
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 150 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bbc/digital-paper-edit-storybook",
"version": "1.6.0",
"version": "1.7.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
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 117505e

Please sign in to comment.