mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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: {
|
json: {
|
||||||
pushRef: `test-${currentUser.id || 'unknown'}`,
|
sessionId: `test-${currentUser.id || 'unknown'}`,
|
||||||
action: 'sendMessage',
|
action: 'sendMessage',
|
||||||
[inputKey]: message,
|
[inputKey]: message,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue