mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
refactor(core): Rename push sessionId to pushRef (#8905)
This commit is contained in:
committed by
GitHub
parent
eaaefd76da
commit
072c3db97d
@@ -32,7 +32,7 @@ export default defineComponent({
|
||||
default: '',
|
||||
},
|
||||
nodeType: {},
|
||||
sessionId: {
|
||||
pushRef: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
@@ -135,7 +135,7 @@ export default defineComponent({
|
||||
this.$telemetry.track('User clicked ndv link', {
|
||||
node_type: this.activeNode.type,
|
||||
workflow_id: this.workflowsStore.workflowId,
|
||||
session_id: this.sessionId,
|
||||
push_ref: this.pushRef,
|
||||
pane: NodeConnectionType.Main,
|
||||
type: 'docs',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user