We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cdf7a8 + 08fe61e commit 2388798Copy full SHA for 2388798
README.md
@@ -465,7 +465,7 @@ var menuConfig = {
465
function createMenu(config) {
466
config.title = config.title || 'Foo'
467
config.body = config.body || 'Bar'
468
- config.buttonText = config.title || 'Baz'
+ config.buttonText = config.buttonText || 'Baz'
469
config.cancellable = config.cancellable === undefined ? config.cancellable : true;
470
471
}
0 commit comments