Fix a typo in welcome experience telemetry event (#3308)

This commit is contained in:
Milorad FIlipović
2022-05-17 11:59:28 +02:00
committed by GitHub
parent df683d4b1a
commit 17f98384a0

View File

@@ -1864,7 +1864,7 @@ export default mixins(
},
]);
this.zoomToFit();
this.$telemetry.track('welcome node inserted');
this.$telemetry.track('welcome note inserted');
});
}
}, 0);