diff --git a/frontend/src/_helpers/appUtils.js b/frontend/src/_helpers/appUtils.js index b0fc20be54..3a4cdea147 100644 --- a/frontend/src/_helpers/appUtils.js +++ b/frontend/src/_helpers/appUtils.js @@ -476,7 +476,7 @@ function executeActionWithDebounce(_ref, event, mode, customVariables) { } if (mode === 'view') { - _ref.props.navigate(url); + _ref.navigate(url); } 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, url));