Fix linting.

This commit is contained in:
John Livingston 2024-06-13 16:42:23 +02:00
parent 83389975a9
commit b59056f57d
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -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>`