minor change
This commit is contained in:
parent
a90c9b643d
commit
769239b349
|
@ -349,7 +349,9 @@ const EditStationModal: React.FC<EditStationModalProps> = ({
|
|||
Select Vehicle Brands
|
||||
</Typography>
|
||||
<FormControl fullWidth>
|
||||
<InputLabel>Choose Brand</InputLabel>
|
||||
{selectedBrands.length === 0 && (
|
||||
<InputLabel>Choose Brand</InputLabel>
|
||||
)}
|
||||
<Select
|
||||
multiple
|
||||
sx={{ marginTop: 1 }}
|
||||
|
@ -440,7 +442,9 @@ const EditStationModal: React.FC<EditStationModalProps> = ({
|
|||
Vehicle Name
|
||||
</Typography>
|
||||
<FormControl fullWidth>
|
||||
<InputLabel>Choose Vehicles</InputLabel>
|
||||
{selectedVehicles.length === 0 && (
|
||||
<InputLabel>Choose Vehicles</InputLabel>
|
||||
)}
|
||||
<Select
|
||||
multiple
|
||||
sx={{ marginTop: 1 }}
|
||||
|
|
Loading…
Reference in a new issue