mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Do not wait for community nodes to load (#18628)
Co-authored-by: Elias Meire <elsmr@users.noreply.github.com>
This commit is contained in:
@@ -343,6 +343,8 @@ async function initializeData() {
|
||||
|
||||
try {
|
||||
await Promise.all(loadPromises);
|
||||
//We don't need to await this as community node previews are not critical and needed only in nodes search panel
|
||||
void nodeTypesStore.fetchCommunityNodePreviews();
|
||||
} catch (error) {
|
||||
toast.showError(
|
||||
error,
|
||||
|
||||
Reference in New Issue
Block a user