fix a11y
This commit is contained in:
parent
23f7b69e2d
commit
a00f7cb883
|
|
@ -83,7 +83,7 @@ export default function ActionEditor({
|
||||||
icon={<RecordVoiceOverIcon />}
|
icon={<RecordVoiceOverIcon />}
|
||||||
{...a11yProps(2)}
|
{...a11yProps(2)}
|
||||||
/>
|
/>
|
||||||
<Tab label="Видео" icon={<VideocamIcon />} {...a11yProps(2)} />
|
<Tab label="Видео" icon={<VideocamIcon />} {...a11yProps(3)} />
|
||||||
</Tabs>
|
</Tabs>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user