Fix checkbox.
This commit is contained in:
parent
2668e5174c
commit
e811c549fd
@ -308,7 +308,7 @@ export class ChannelConfigurationElement extends LivechatElement {
|
||||
this.requestUpdate('_channelConfiguration')
|
||||
}
|
||||
}
|
||||
.value=${this._channelConfiguration?.configuration.bot.enabled}
|
||||
value="1"
|
||||
?checked=${this._channelConfiguration?.configuration.bot.enabled}
|
||||
/>
|
||||
${ptTr(LOC_LIVECHAT_CONFIGURATION_CHANNEL_ENABLE_BOT_LABEL)}
|
||||
|
@ -597,7 +597,7 @@ export class DynamicTableFormElement extends LivechatElement {
|
||||
id=${inputId}
|
||||
aria-describedby="${inputId}-feedback"
|
||||
@change=${(event: Event) => this._updatePropertyFromValue(event, propertyName, propertySchema, rowId)}
|
||||
.value=${propertyValue}
|
||||
value="1"
|
||||
?checked=${propertyValue} />`
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user