diff --git a/client/common/configuration/elements/channel-tabs.ts b/client/common/configuration/elements/channel-tabs.ts
index 43199067..2470a315 100644
--- a/client/common/configuration/elements/channel-tabs.ts
+++ b/client/common/configuration/elements/channel-tabs.ts
@@ -6,6 +6,7 @@ import { LivechatElement } from '../../lib/elements/livechat'
import { ptTr } from '../../lib/directives/translation'
import { html, TemplateResult } from 'lit'
import { customElement, property } from 'lit/decorators.js'
+import { classMap } from 'lit/directives/class-map.js'
@customElement('livechat-channel-tabs')
export class ChannelHomeElement extends LivechatElement {
@@ -18,13 +19,19 @@ export class ChannelHomeElement extends LivechatElement {
protected override render = (): TemplateResult => {
return html`