Skip to content

Commit

Permalink
rm dups
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Dec 27, 2023
1 parent d93f8e0 commit adc9e21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/CommonForm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ const CommonForm = ({ form, title, submit_title, submit_body }) => {
<div role="group" className="formRight" aria-labelledby="select">
<Field as="select" name="role">
<option defaultValue hidden className="custom-arrow">Select your role</option>
<option value="Frontend Engineer">Frontend Engineer</option>
<option value="Backend Engineer">Backend Engineer</option>
<option value="Fullstack Engineer">Fullstack Engineer</option>
<option value="Architect">Architect</option>
<option value="Backend Engineer">Backend Engineer</option>
<option value="Business Operations">Business Operations</option>
Expand Down

0 comments on commit adc9e21

Please sign in to comment.