mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 11:02:12 -08:00
fix(editor): Fix issue that new nodes did not get automatically displayed in all connected browsers (#3745)
This commit is contained in:
parent
590401b655
commit
34a9beefa5
|
@ -100,7 +100,7 @@ nodesController.post(
|
|||
installedPackage.installedNodes.forEach((nodeData) => {
|
||||
const pushInstance = Push.getInstance();
|
||||
pushInstance.send('reloadNodeType', {
|
||||
name: nodeData.name,
|
||||
name: nodeData.type,
|
||||
version: nodeData.latestVersion,
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue