fucking commit
This commit is contained in:
@@ -69,7 +69,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => {
|
|||||||
setOtpSended(true);
|
setOtpSended(true);
|
||||||
setDelayPerRequest(true);
|
setDelayPerRequest(true);
|
||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => { });
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
@@ -140,7 +140,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => {
|
|||||||
<Chip label="راهدار / راهداران حاضر در گشت" />
|
<Chip label="راهدار / راهداران حاضر در گشت" />
|
||||||
</Divider>
|
</Divider>
|
||||||
{watch("road_patrol_rahdaran_id")?.map((rahdar, index) => (
|
{watch("road_patrol_rahdaran_id")?.map((rahdar, index) => (
|
||||||
<Box sx={{ display: "flex", alignItems: "center", my: 1 }}>
|
<Box key={index} sx={{ display: "flex", alignItems: "center", my: 1 }}>
|
||||||
<Typography>نام و کد راهدار</Typography>
|
<Typography>نام و کد راهدار</Typography>
|
||||||
<Divider sx={{ flex: 1, mx: 2 }} />
|
<Divider sx={{ flex: 1, mx: 2 }} />
|
||||||
<Typography>
|
<Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user