Skip to content

Commit

Permalink
updated requestStoryCreatorLoad call to pass block's mediaFiles and c…
Browse files Browse the repository at this point in the history
…lientId over the bridge
  • Loading branch information
mzorz committed Sep 11, 2020
1 parent 4c04834 commit 312a265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/blocks/story/edit.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const StoryEdit = ({
// }
// requestStoryCreatorLoad( id );
// let's open the Story Creator and load this block in there
requestStoryCreatorLoad( 1000 );
requestStoryCreatorLoad( mediaFiles, clientId );
};

return (
Expand Down

0 comments on commit 312a265

Please sign in to comment.