Skip to content

Commit 53d3826

Browse files
committed
[FIX] website: Small fix to MenuDialog for Owl tests
1 parent b1a1137 commit 53d3826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/website/static/src/components/dialog/edit_menu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class MenuDialog extends Component {
6161
this.url.input.value = input.value;
6262
},
6363
};
64-
const unmountAutocompleteWithPages = wUtils.autocompleteWithPages(input, options);
64+
const unmountAutocompleteWithPages = wUtils.autocompleteWithPages(input, options, this.env);
6565
return () => unmountAutocompleteWithPages();
6666
}, () => [this.urlInputRef.el]);
6767
}

0 commit comments

Comments
 (0)