mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] eslint
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
/** @odoo-module **/
|
||||
|
||||
import {registry} from "@web/core/registry";
|
||||
import {useService} from "@web/core/utils/hooks";
|
||||
|
||||
async function executeCloseAndRefreshView({env, action, options}) {
|
||||
async function executeCloseAndRefreshView({env, action}) {
|
||||
const actionService = env.services.action;
|
||||
const originalAction = action._originalAction;
|
||||
return actionService.doAction(
|
||||
|
||||
Reference in New Issue
Block a user