feat: remove robot from placeholder & label
This commit is contained in:
@@ -410,12 +410,12 @@ const RobotCreate: React.FC = () => {
|
|||||||
<Box sx={{ width: '100%', maxWidth: 700 }}>
|
<Box sx={{ width: '100%', maxWidth: 700 }}>
|
||||||
<Box sx={{ mb: 3 }}>
|
<Box sx={{ mb: 3 }}>
|
||||||
<TextField
|
<TextField
|
||||||
placeholder="Robot Name"
|
placeholder="Name"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
fullWidth
|
fullWidth
|
||||||
value={extractRobotName}
|
value={extractRobotName}
|
||||||
onChange={(e) => setExtractRobotName(e.target.value)}
|
onChange={(e) => setExtractRobotName(e.target.value)}
|
||||||
label="Robot Name"
|
label="Name"
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user