mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Fix n8n reference toggle tracking (no-changelog) (#6835)
This commit is contained in:
parent
eead6d49f2
commit
7ce05b08c7
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue