From c196e9ea100fb92312a9d046790e66155cdb8fd6 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 27 Apr 2026 14:01:04 +0100 Subject: [PATCH] Add name --- src/components/CallFooter.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CallFooter.tsx b/src/components/CallFooter.tsx index a395a389..9d59d2d1 100644 --- a/src/components/CallFooter.tsx +++ b/src/components/CallFooter.tsx @@ -238,6 +238,7 @@ export const CallFooter: FC = ({ {!hideControls &&
{buttons}
} {setLayoutMode && layoutMode && showLayoutSwitcher && ( + name="layoutMode" aria-label={t("layout_switch_label")} leftLabel={t("layout_spotlight_label")} leftValue="spotlight"