Fix one typo that wasted hours of debugging
This commit is contained in:
@ -594,8 +594,6 @@ export class DynamicTableFormElement extends LivechatElement {
|
||||
: target.value
|
||||
: undefined
|
||||
|
||||
console.log(`value: ${JSON.stringify(value)}`)
|
||||
|
||||
if (value !== undefined) {
|
||||
for (const rowById of this._rowsById) {
|
||||
if (rowById._id === rowId) {
|
||||
|
Reference in New Issue
Block a user