mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix(editor): Fix sessionId for manual chat trigger execution (#9187)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
This commit is contained in:
parent
15c88d6839
commit
f5ccb5fe33
|
@ -465,7 +465,7 @@ export default defineComponent({
|
|||
[
|
||||
{
|
||||
json: {
|
||||
pushRef: `test-${currentUser.id || 'unknown'}`,
|
||||
sessionId: `test-${currentUser.id || 'unknown'}`,
|
||||
action: 'sendMessage',
|
||||
[inputKey]: message,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue