fix(Set Node): Increase search priority (#7358)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Michael Kret
2023-10-05 16:19:19 +03:00
committed by GitHub
parent afbf0c3d5e
commit e5ad1e7e4d
3 changed files with 20 additions and 8 deletions

View File

@@ -121,7 +121,7 @@
}
]
},
"alias": ["JSON", "Filter", "Transform", "Map", "Set"],
"alias": ["Set", "JSON", "Filter", "Transform", "Map"],
"subcategories": {
"Core Nodes": ["Data Transformation"]
}