Fix one typo that wasted hours of debugging

This commit is contained in:
Mehdi Benadel
2024-05-28 12:45:35 +02:00
parent d425663516
commit 1cf16d79be
3 changed files with 4 additions and 6 deletions

View File

@ -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) {