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 authored and shilman committed Jan 24, 2019
1 parent efa8635 commit dcddab4
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 dcddab4

Please sign in to comment.