Skip to content
Snippets Groups Projects
Commit 7571db57186c authored by oury.balde's avatar oury.balde
Browse files

fix(debug_manager_xbus): resolve "env._t is not a function" error in `openXbusMessage`

Issue:

An error occurred when `env._t` was invoked as a function within the `openXbusMessage` method:
TypeError: env._t is not a function at openXbusMessage (debug_manager_xbus.js:33).

Fix:

Replaced the usage of `env._t` with the imported `_t` utility from `@web/core/l10n/translation`.
parent f2702f91ee59
No related branches found
Tags 18.0.2.1.1
1 merge request!14fix(debug_manager_xbus): resolve "env._t is not a function" error in `openXbusMessage`
Pipeline #117163 failed
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