fix: use p instead of formlabel

This commit is contained in:
amhsirak
2025-11-20 19:29:50 +05:30
parent f646713fe9
commit 174a09fd64

View File

@@ -399,7 +399,7 @@ const RobotCreate: React.FC = () => {
/>
<FormControl component="fieldset" sx={{ width: '100%', textAlign: 'left' }}>
<FormLabel component="legend" sx={{ mb: 1 }}>Output Format (Select at least one)</FormLabel>
<p style={{ marginBottom: 1 }}>Output Format (Select at least one)</p>
<FormControlLabel
control={
<Checkbox