Add name
This commit is contained in:
@@ -238,6 +238,7 @@ export const CallFooter: FC<FooterProps> = ({
|
|||||||
{!hideControls && <div className={styles.buttons}>{buttons}</div>}
|
{!hideControls && <div className={styles.buttons}>{buttons}</div>}
|
||||||
{setLayoutMode && layoutMode && showLayoutSwitcher && (
|
{setLayoutMode && layoutMode && showLayoutSwitcher && (
|
||||||
<Switch<"spotlight", "grid">
|
<Switch<"spotlight", "grid">
|
||||||
|
name="layoutMode"
|
||||||
aria-label={t("layout_switch_label")}
|
aria-label={t("layout_switch_label")}
|
||||||
leftLabel={t("layout_spotlight_label")}
|
leftLabel={t("layout_spotlight_label")}
|
||||||
leftValue="spotlight"
|
leftValue="spotlight"
|
||||||
|
|||||||
Reference in New Issue
Block a user