forked from Techsystech/web
[IMP] eslint
parent
b1a48465d5
commit
6ca5c6b877
|
@ -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);
|
||||
}
|
||||
},
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue