mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix issue that new nodes did not get automatically displayed in all connected browsers (#3745)
This commit is contained in:
@@ -100,7 +100,7 @@ nodesController.post(
|
|||||||
installedPackage.installedNodes.forEach((nodeData) => {
|
installedPackage.installedNodes.forEach((nodeData) => {
|
||||||
const pushInstance = Push.getInstance();
|
const pushInstance = Push.getInstance();
|
||||||
pushInstance.send('reloadNodeType', {
|
pushInstance.send('reloadNodeType', {
|
||||||
name: nodeData.name,
|
name: nodeData.type,
|
||||||
version: nodeData.latestVersion,
|
version: nodeData.latestVersion,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user