mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 20:29:08 +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) {
|
if (this.rudderStack) {
|
||||||
switch (nodeType) {
|
switch (nodeType) {
|
||||||
case SLACK_NODE_TYPE:
|
case SLACK_NODE_TYPE:
|
||||||
if (change.name === 'parameters.includeLinkToWorkflow') {
|
if (change.name === 'parameters.otherOptions.includeLinkToWorkflow') {
|
||||||
this.track('User toggled n8n reference option');
|
this.track('User toggled n8n reference option');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user