Skip to content
Snippets Groups Projects
Commit 87563f87 authored by David Monjoie's avatar David Monjoie
Browse files

[REF] web_editor: remove unused variable


The `hasSearch` variable on `this` was not used anywhere and, if it was,
its semantic was arguable because it was set true as soon as the search
was fired rather than when the search had returned.

I'm taking this opportunity to use async/await as it's *way* better here.

closes odoo/odoo#92014

Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
parent 4fb98f76
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment