Skip to content

Commit

Permalink
Merge pull request #5067 from storybooks/ui-hidden-param-fix
Browse files Browse the repository at this point in the history
Fixed isUIHidden param.
  • Loading branch information
Gongreg committed Dec 20, 2018
2 parents eb7071b + c7619dd commit 128e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react-native/src/preview/index.js
Expand Up @@ -114,7 +114,7 @@ export default class Preview {
stories={preview._stories}
events={channel}
url={webUrl}
isUIOpen={params.isUIOpen}
isUIHidden={params.isUIHidden}
tabOpen={params.tabOpen}
getInitialStory={
setInitialStory
Expand Down

0 comments on commit 128e146

Please sign in to comment.