From 6477feeaea100c2c8c1067a8476cba0bc729ad10 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 19:32:08 +0530 Subject: [PATCH] fix: dont show selected output format --- src/components/robot/pages/RobotCreate.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 13d4a247..794ccd8a 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -399,7 +399,7 @@ const RobotCreate: React.FC = () => { /> -

Output Format (Select at least one)

+

Output Format (Select at least one)

{ > {isLoading ? "Creating..." - : `Create ${outputFormats.join(" + ").toUpperCase()} Robot` + : `Create Robot` }