We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7731cf8 commit eed8083Copy full SHA for eed8083
resources/assets/component.js
@@ -233,9 +233,9 @@ class ComponentLine {
233
tr.appendChild(td);
234
tbody.appendChild(tr);
235
records.push(record);
236
- object.DATA = records;
237
- object.DATA_INPUT.value = JSON.stringify(records);
238
});
+ object.DATA = records;
+ object.DATA_INPUT.value = JSON.stringify(records);
239
tbody.setAttribute('style', 'display:block;height:100%;overflow-y:scroll');
240
tbody.setAttribute('sortable-list','sortable-list');
241
this.TBODY_DOM = tbody;
0 commit comments