removed voice

This commit is contained in:
Robert 2024-03-13 03:22:39 +07:00
parent be1be20864
commit fda32d78c8
No known key found for this signature in database
GPG Key ID: F631C7FD957D5F22

View File

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