From 6ca5c6b877ba5ff3f7c2af2d71ce48dc2b80da70 Mon Sep 17 00:00:00 2001 From: bobslee Date: Sat, 20 May 2023 14:09:56 +0200 Subject: [PATCH] [IMP] eslint --- .../static/src/js/web_ir_actions_close_wizard_refresh_view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js b/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js index 4fe50aa69..037c390cb 100644 --- a/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js +++ b/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js @@ -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); - } + }, } ); }