From fda32d78c8caa01db095d753c924f647c0ab396f Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 13 Mar 2024 03:22:39 +0700 Subject: [PATCH] removed voice --- src/widgets/action-editor/ui/ActionEditor.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/widgets/action-editor/ui/ActionEditor.tsx b/src/widgets/action-editor/ui/ActionEditor.tsx index 822640b..43e30d8 100644 --- a/src/widgets/action-editor/ui/ActionEditor.tsx +++ b/src/widgets/action-editor/ui/ActionEditor.tsx @@ -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({ > } {...a11yProps(0)} /> } {...a11yProps(1)} /> - } {...a11yProps(2)} - /> + /> */} @@ -233,9 +233,9 @@ export default function ActionEditor({ /> - + {/* In progress - + */}