fix: Adjust telemetry from canvas (no-changelog) (#8252)

This commit is contained in:
Tomi Turtiainen
2024-01-08 13:56:16 +02:00
committed by GitHub
parent 90c065e999
commit 7899f7aca5
7 changed files with 30 additions and 12 deletions

View File

@@ -162,6 +162,7 @@ export default defineComponent({
externalHooks: this.externalHooks,
nodeTypesStore: useNodeTypesStore(),
telemetry: this.$telemetry,
source: 'template_list',
});
},
navigateTo(e: MouseEvent, page: string, id: string) {