Skip to content

Commit 3e1070f

Browse files
authored
Update JobDetails.tsx
1 parent a4bd1dc commit 3e1070f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/JAF/JobDetails.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,9 +913,10 @@ const JobDetails = ({
913913
<Select
914914
placeholder="Please select"
915915
options={[
916-
{ value: "PREVIOUS", label: "No Active Backlogs" },
917-
{ value: "NEVER", label: "No Backlogs at All" },
918916
{ value: "ACTIVE", label: "Backlogs Not a Concern" },
917+
{ value: "PREVIOUS", label: "No Active Backlogs" },
918+
{ value: "NEVER", label: "No Backlogs Ever" },
919+
919920
]}
920921
/>
921922
</Form.Item>

0 commit comments

Comments
 (0)