mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
fixes: goToApp not running from runjs in viewer mode (#7770)
This commit is contained in:
parent
a23a1171f0
commit
a74eb7eff1
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in a new issue