mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
fix(HTML Node): Fix typo preventing row attributes from being set in tables (#9440)
This commit is contained in:
parent
2782534d78
commit
28e3e21177
|
@ -427,7 +427,7 @@ export class Html implements INodeType {
|
|||
table += '<tbody>';
|
||||
itemsData.forEach((entry, entryIndex) => {
|
||||
const rowsAttributes = this.getNodeParameter(
|
||||
'options.rowsAttributes',
|
||||
'options.rowAttributes',
|
||||
entryIndex,
|
||||
'',
|
||||
) as string;
|
||||
|
|
Loading…
Reference in a new issue