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.
1 parent 41ba073 commit 85f7e56Copy full SHA for 85f7e56
addons/website/static/src/components/dialog/edit_menu.js
@@ -61,7 +61,7 @@ export class MenuDialog extends Component {
61
this.url.input.value = input.value;
62
},
63
};
64
- const unmountAutocompleteWithPages = wUtils.autocompleteWithPages(input, options);
+ const unmountAutocompleteWithPages = wUtils.autocompleteWithPages(input, options, this.env);
65
return () => unmountAutocompleteWithPages();
66
}, () => [this.urlInputRef.el]);
67
}
0 commit comments