mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
⚡ Fix a typo in welcome experience telemetry event (#3308)
This commit is contained in:
parent
df683d4b1a
commit
17f98384a0
|
@ -1864,7 +1864,7 @@ export default mixins(
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
this.zoomToFit();
|
this.zoomToFit();
|
||||||
this.$telemetry.track('welcome node inserted');
|
this.$telemetry.track('welcome note inserted');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
Loading…
Reference in a new issue