Fix linting.
This commit is contained in:
parent
83389975a9
commit
b59056f57d
@ -571,7 +571,7 @@ export class DynamicTableFormElement extends LivechatElement {
|
||||
.minlength=${propertySchema.minlength}
|
||||
.maxlength=${propertySchema.maxlength}
|
||||
.datalist=${propertySchema.datalist as any}
|
||||
.separator=${propertySchema.separator}
|
||||
.separator=${propertySchema.separator ?? '\n'}
|
||||
@change=${(event: Event) => this._updatePropertyFromValue(event, propertyName, propertySchema, rowId)}
|
||||
.value=${propertyValue as any}
|
||||
></livechat-tags-input>`
|
||||
|
Loading…
x
Reference in New Issue
Block a user