mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: fix slow loading times for nodeTypes, node creator vuex reference, and pushConnection in settings views (#4230)
This commit is contained in:
@@ -3044,9 +3044,12 @@ export default mixins(
|
||||
this.loadActiveWorkflows(),
|
||||
this.loadCredentials(),
|
||||
this.loadCredentialTypes(),
|
||||
this.loadNodeTypes(),
|
||||
];
|
||||
|
||||
if (this.$store.getters['nodeTypes/allNodeTypes'].length === 0) {
|
||||
loadPromises.push(this.loadNodeTypes());
|
||||
}
|
||||
|
||||
try {
|
||||
await Promise.all(loadPromises);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user