diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 5cd4e74a..62b7c9e6 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -372,6 +372,7 @@ const RobotCreate: React.FC = () => { value={markdownRobotName} onChange={(e) => setMarkdownRobotName(e.target.value)} sx={{ mb: 2 }} + label="Robot Name" />