mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Fix a typo in welcome experience telemetry event (#3308)
This commit is contained in:
committed by
GitHub
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user