fix: dont show selected output format
This commit is contained in:
@@ -476,7 +476,7 @@ const RobotCreate: React.FC = () => {
|
|||||||
>
|
>
|
||||||
{isLoading
|
{isLoading
|
||||||
? "Creating..."
|
? "Creating..."
|
||||||
: `Create ${outputFormats.join(" + ").toUpperCase()} Robot`
|
: `Create Robot`
|
||||||
}
|
}
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user