Skip to content

Commit 5db0972

Browse files
authored
Merge pull request #1928 from prpr19xx/prpr19xx-patch-1
Correct payloads to payload in ui_text.html
2 parents fdabe55 + a518e74 commit 5db0972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodes/widgets/ui_text.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
color: { value: '#717171' },
100100
wrapText: { value: false },
101101
className: { value: '' },
102-
value: { value: 'payloads', required: false },
102+
value: { value: 'payload', required: false },
103103
valueType: { value: 'msg' }
104104
},
105105
inputs: 1,
@@ -403,4 +403,4 @@
403403
border-color: #333;
404404
}
405405

406-
</style>
406+
</style>

0 commit comments

Comments
 (0)