fix: dont show selected output format
This commit is contained in:
@@ -399,7 +399,7 @@ const RobotCreate: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<FormControl component="fieldset" sx={{ width: '100%', textAlign: 'left' }}>
|
<FormControl component="fieldset" sx={{ width: '100%', textAlign: 'left' }}>
|
||||||
<p >Output Format (Select at least one)</p>
|
<p>Output Format (Select at least one)</p>
|
||||||
<FormControlLabel
|
<FormControlLabel
|
||||||
control={
|
control={
|
||||||
<Checkbox
|
<Checkbox
|
||||||
@@ -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