diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 208b8e2a..0a822d62 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -682,7 +682,7 @@ const RobotCreate: React.FC = () => { value={scrapeRobotName} onChange={(e) => setScrapeRobotName(e.target.value)} sx={{ mb: 2 }} - label="Robot Name" + label="Name" /> { { <> handleRobotNameChange(e.target.value)}