diff --git a/client/common/configuration/elements/channel-configuration.ts b/client/common/configuration/elements/channel-configuration.ts index e2a70b4e..ba9db30c 100644 --- a/client/common/configuration/elements/channel-configuration.ts +++ b/client/common/configuration/elements/channel-configuration.ts @@ -47,7 +47,8 @@ export class ChannelConfigurationElement extends LivechatElement { }); - private _saveConfig = () => { + private _saveConfig = (ev?: Event) => { + ev?.preventDefault() if (this._channelDetailsService && this._channelConfiguration) { this._channelDetailsService.saveOptions(this._channelConfiguration.channel.id, this._channelConfiguration.configuration) .then((value) => { @@ -183,7 +184,7 @@ export class ChannelConfigurationElement extends LivechatElement {

${ptTr(LOC_LIVECHAT_CONFIGURATION_CHANNEL_DESC)}

-
+
@@ -339,7 +340,7 @@ export class ChannelConfigurationElement extends LivechatElement { : '' }
- +
${(this._formStatus && this._formStatus.success === undefined) ? html`