3
0
Fork 0

[IMP] eslint

16.0
bobslee 2023-05-20 14:09:56 +02:00
parent b1a48465d5
commit 6ca5c6b877
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ async function executeCloseAndRefreshView({env, action, options}) {
return actionService.doAction(
{type: "ir.actions.act_window_close"},
{
onClose: function() {
onClose: function () {
actionService.doAction(originalAction);
}
},
}
);
}