Add options for opening links in newTab or modals on WF prompts

This commit is contained in:
Mumbi Francis
2024-03-20 18:30:46 +03:00
committed by Mumbi Francis
parent eb9cce2428
commit dd98df564c
6 changed files with 66 additions and 25 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ export default (options = {}) => {
break
case 'error':
console.error('websocket message with error', msg['@value'])
this.toastDanger('Websocket message with error', msg['@value'])
}
})
},