mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add isMobile key to env
This commit is contained in:
@@ -41,6 +41,7 @@ export function makeTestEnv(): Env {
|
||||
router,
|
||||
rpc: ajax.rpc,
|
||||
debug: false,
|
||||
isMobile: false,
|
||||
menus: []
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user