mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix n8n reference toggle tracking (no-changelog) (#6835)
This commit is contained in:
@@ -192,7 +192,7 @@ export class Telemetry {
|
||||
if (this.rudderStack) {
|
||||
switch (nodeType) {
|
||||
case SLACK_NODE_TYPE:
|
||||
if (change.name === 'parameters.includeLinkToWorkflow') {
|
||||
if (change.name === 'parameters.otherOptions.includeLinkToWorkflow') {
|
||||
this.track('User toggled n8n reference option');
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user