File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -465,7 +465,7 @@ var menuConfig = {
|
465 | 465 | function createMenu(config) {
|
466 | 466 | config.title = config.title || 'Foo'
|
467 | 467 | config.body = config.body || 'Bar'
|
468 |
| -config.buttonText = config.title || 'Baz' |
| 468 | +config.buttonText = config.buttonText || 'Baz' |
469 | 469 | config.cancellable = config.cancellable === undefined ? config.cancellable : true;
|
470 | 470 |
|
471 | 471 | }
|
|
You can’t perform that action at this time.
0 commit comments