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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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