dev-jaanvi #1

Open
jaanvi wants to merge 155 commits from dev-jaanvi into main
Showing only changes of commit 769239b349 - Show all commits

View file

@ -349,7 +349,9 @@ const EditStationModal: React.FC<EditStationModalProps> = ({
Select Vehicle Brands
</Typography>
<FormControl fullWidth>
{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>
{selectedVehicles.length === 0 && (
<InputLabel>Choose Vehicles</InputLabel>
)}
<Select
multiple
sx={{ marginTop: 1 }}