Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 4e28928

Browse files
committed
fix minor bug
1 parent ae72dd0 commit 4e28928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CodePushDemoApp/index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var CodePushDemoApp = React.createClass({
2525
var self = this;
2626
CodePush.sync(
2727
{
28-
updateNotification: true,
28+
updateDialog: true,
2929
installMode: CodePush.InstallMode.ON_NEXT_RESUME
3030
},
3131
function(syncStatus) {

0 commit comments

Comments
 (0)