mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] eslint
This commit is contained in:
@@ -10,9 +10,9 @@ async function executeCloseAndRefreshView({env, action, options}) {
|
|||||||
return actionService.doAction(
|
return actionService.doAction(
|
||||||
{type: "ir.actions.act_window_close"},
|
{type: "ir.actions.act_window_close"},
|
||||||
{
|
{
|
||||||
onClose: function() {
|
onClose: function () {
|
||||||
actionService.doAction(originalAction);
|
actionService.doAction(originalAction);
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user