refactor(editor): Add telemetry for workers view (#8055)

https://linear.app/n8n/issue/PAY-1142
This commit is contained in:
Iván Ovejero
2023-12-18 12:21:13 +01:00
committed by GitHub
parent 4cae976a3b
commit 8fc9888541
3 changed files with 9 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ const settingsStore = useSettingsStore();
const uiStore = useUIStore();
const goToUpgrade = () => {
void uiStore.goToUpgrade('source-control', 'upgrade-source-control');
void uiStore.goToUpgrade('worker-view', 'upgrade-worker-view');
};
</script>