From 8cc9061092116d3dc8bbb974f0f2e5f18039114b Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 12 Jun 2024 19:13:35 +0200 Subject: [PATCH] Fix lit linting. (some fix could be better...) --- .../templates/channel-configuration.ts | 3 +-- .../common/lib/elements/dynamic-table-form.ts | 27 ++++++++++--------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/common/configuration/elements/templates/channel-configuration.ts b/client/common/configuration/elements/templates/channel-configuration.ts index fb7d5df2..916391ec 100644 --- a/client/common/configuration/elements/templates/channel-configuration.ts +++ b/client/common/configuration/elements/templates/channel-configuration.ts @@ -78,8 +78,7 @@ export function tplChannelConfiguration (el: ChannelConfigurationElement): Templ }, reason: { inputType: 'text', - default: '', - datalist: [] + default: '' }, comments: { inputType: 'textarea', diff --git a/client/common/lib/elements/dynamic-table-form.ts b/client/common/lib/elements/dynamic-table-form.ts index 376ec8ff..d899d0f2 100644 --- a/client/common/lib/elements/dynamic-table-form.ts +++ b/client/common/lib/elements/dynamic-table-form.ts @@ -268,7 +268,7 @@ export class DynamicTableFormElement extends LivechatElement {