Skip to content

Commit

Permalink
fix(editor): Fix sessionId for manual chat trigger execution (n8n-io#…
Browse files Browse the repository at this point in the history
…9187)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
  • Loading branch information
OlegIvaniv authored and EduardoPetrini committed Apr 23, 2024
1 parent 24f403c commit c8dfc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/WorkflowLMChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ export default defineComponent({
[
{
json: {
pushRef: `test-${currentUser.id || 'unknown'}`,
sessionId: `test-${currentUser.id || 'unknown'}`,
action: 'sendMessage',
[inputKey]: message,
},
Expand Down

0 comments on commit c8dfc54

Please sign in to comment.