refactor(editor): Add telemetry for workers view (#8055)
https://linear.app/n8n/issue/PAY-1142
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user