Skip to content

Commit

Permalink
Updated company proforma
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhimanyu-dev committed Sep 14, 2024
1 parent 4c02550 commit a6c6bc3
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions pages/company/rc/[rcid]/proforma/[proformaid]/step2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,34 +164,6 @@ function Step2() {
{...register("skill_set", { required: true })}
/>
</FormControl>
<FormControl sx={{ m: 1 }}>
<p style={{ fontWeight: 300 }}>CPI criteria (if any)</p>
<TextField
id="CPI"
required
sx={{ marginLeft: "5 rem" }}
fullWidth
multiline
variant="standard"
error={!!errors.cpi_criteria}
helperText={errors.cpi_criteria && "This field is required"}
{...register("cpi_criteria", { required: true })}
/>
</FormControl>
<FormControl sx={{ m: 1 }}>
<p style={{ fontWeight: 300 }}>CPI Cutoff</p>
<TextField
id="CPI_Cutoff"
required
sx={{ marginLeft: "5 rem" }}
fullWidth
multiline
variant="standard"
error={!!errors.cpi_cutoff}
helperText={errors.cpi_cutoff && "This field is required"}
{...register("cpi_cutoff", { required: true })}
/>
</FormControl>
<FormControl sx={{ m: 1 }}>
<p style={{ fontWeight: 300 }}>
Is the position also open for PwD/DAP (If no, specify the nature
Expand Down

0 comments on commit a6c6bc3

Please sign in to comment.