diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index f698247f29..0ef9d6f790 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -250,7 +250,7 @@ export const executeAction = (_ref, event, mode, customVariables) => { _ref.props.history.go(); } else { if (confirm('The app will be opened in a new tab as the action is triggered from the editor.')) { - window.open(urlJoin(window.public_config?.TOOLJET_HOST, `applications/${slug}`)); + window.open(urlJoin(window.public_config?.TOOLJET_HOST, url)); } } return Promise.resolve();