From eb86b6eb175269553c4fd0166675a7793c51e968 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 16:18:17 +0530 Subject: [PATCH] feat: markdown --- src/components/robot/pages/RobotCreate.tsx | 1 + 1 file changed, 1 insertion(+) 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" />