mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Update assignment hint when user hovers table row (#8782)
This commit is contained in:
@@ -20,20 +20,21 @@
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "other",
|
||||
"value": ""
|
||||
}
|
||||
"assignments": {
|
||||
"assignments": [
|
||||
{
|
||||
"id": "2b0f25a2-9483-4579-9f6d-91b7ac2fcb71",
|
||||
"name": "other",
|
||||
"value": "",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
}
|
||||
},
|
||||
"id": "2dfc690a-95cf-48c2-85a6-2b3bb8cd1d1d",
|
||||
"name": "Set",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 1,
|
||||
"typeVersion": 3.3,
|
||||
"position": [
|
||||
920,
|
||||
300
|
||||
@@ -43,21 +44,22 @@
|
||||
"id": "9bee04af-1bfc-4be2-a704-e975cb887ced",
|
||||
"name": "Set1",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 1,
|
||||
"typeVersion": 3.3,
|
||||
"position": [
|
||||
1120,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"values": {
|
||||
"string": [
|
||||
{
|
||||
"name": "other",
|
||||
"value": ""
|
||||
}
|
||||
"assignments": {
|
||||
"assignments": [
|
||||
{
|
||||
"id": "2b0f25a2-9483-4579-9f6d-91b7ac2fcb71",
|
||||
"name": "other",
|
||||
"value": "",
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -118,4 +120,4 @@
|
||||
"instanceId": "fe45a93dd232270eb40d3ba1f7907ad3935bbd72ad5e4ee09ff61e96674f9aef"
|
||||
},
|
||||
"tags": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user