removed voice
This commit is contained in:
parent
be1be20864
commit
fda32d78c8
|
|
@ -11,7 +11,7 @@ import CircularProgress from "@mui/material/CircularProgress";
|
|||
|
||||
import TextFieldsIcon from "@mui/icons-material/TextFields";
|
||||
import ImageIcon from "@mui/icons-material/Image";
|
||||
import RecordVoiceOverIcon from "@mui/icons-material/RecordVoiceOver";
|
||||
// import RecordVoiceOverIcon from "@mui/icons-material/RecordVoiceOver";
|
||||
|
||||
interface TabPanelProps {
|
||||
children?: React.ReactNode;
|
||||
|
|
@ -154,11 +154,11 @@ export default function ActionEditor({
|
|||
>
|
||||
<Tab label="Текст" icon={<TextFieldsIcon />} {...a11yProps(0)} />
|
||||
<Tab label="Изображение" icon={<ImageIcon />} {...a11yProps(1)} />
|
||||
<Tab
|
||||
{/* <Tab
|
||||
label="Голосовое"
|
||||
icon={<RecordVoiceOverIcon />}
|
||||
{...a11yProps(2)}
|
||||
/>
|
||||
/> */}
|
||||
</Tabs>
|
||||
</Box>
|
||||
|
||||
|
|
@ -233,9 +233,9 @@ export default function ActionEditor({
|
|||
/>
|
||||
</TabPanel>
|
||||
|
||||
<TabPanel value={value} index={2}>
|
||||
{/* <TabPanel value={value} index={2}>
|
||||
In progress
|
||||
</TabPanel>
|
||||
</TabPanel> */}
|
||||
</Box>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user