mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Fix push connection on WorkerList and CommunityNodes pages (no-changelog) (#7851)
This commit is contained in:
committed by
GitHub
parent
e87e928144
commit
4a89504d54
@@ -67,7 +67,7 @@ export default defineComponent({
|
||||
if (window.Cypress !== undefined) {
|
||||
return;
|
||||
}
|
||||
this.pushConnect();
|
||||
this.pushStore.pushConnect();
|
||||
this.orchestrationManagerStore.startWorkerStatusPolling();
|
||||
},
|
||||
beforeUnmount() {
|
||||
@@ -75,7 +75,7 @@ export default defineComponent({
|
||||
return;
|
||||
}
|
||||
this.orchestrationManagerStore.stopWorkerStatusPolling();
|
||||
this.pushDisconnect();
|
||||
this.pushStore.pushDisconnect();
|
||||
},
|
||||
computed: {
|
||||
...mapStores(useUIStore, useOrchestrationStore),
|
||||
|
||||
Reference in New Issue
Block a user