build and format
This commit is contained in:
@@ -59,7 +59,7 @@ const FinishMissionContent = ({ rowId, mutate, setOpenFinishMissionDialog }) =>
|
|||||||
<DialogContent>
|
<DialogContent>
|
||||||
<Stack alignItems="center" spacing={2}>
|
<Stack alignItems="center" spacing={2}>
|
||||||
<Typography mt={2}>آیا از ورود خودرو و پایان ماموریت اطمینان دارید؟</Typography>
|
<Typography mt={2}>آیا از ورود خودرو و پایان ماموریت اطمینان دارید؟</Typography>
|
||||||
<Stack sx={{width : "87%"}}>
|
<Stack sx={{ width: "87%" }}>
|
||||||
<Controller
|
<Controller
|
||||||
control={control}
|
control={control}
|
||||||
name={"end_km"}
|
name={"end_km"}
|
||||||
@@ -73,7 +73,7 @@ const FinishMissionContent = ({ rowId, mutate, setOpenFinishMissionDialog }) =>
|
|||||||
field.onChange(e.target.value);
|
field.onChange(e.target.value);
|
||||||
}}
|
}}
|
||||||
size="small"
|
size="small"
|
||||||
sx={{width : "100%"}}
|
sx={{ width: "100%" }}
|
||||||
fullWidth
|
fullWidth
|
||||||
label="کیلومتر خودرو / ساعت کار"
|
label="کیلومتر خودرو / ساعت کار"
|
||||||
InputLabelProps={{ shrink: true }}
|
InputLabelProps={{ shrink: true }}
|
||||||
|
|||||||
Reference in New Issue
Block a user