3
0

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

This commit is contained in:
Mumbi Francis
2024-03-06 18:26:18 +03:00
committed by Mumbi Francis
parent eb9cce2428
commit dd98df564c
6 changed files with 66 additions and 25 deletions

View File

@@ -154,7 +154,7 @@ export default (options = {}) => {
break
case 'error':
console.error('websocket message with error', msg['@value'])
this.toastDanger('Websocket message with error', msg['@value'])
}
})
},