Skip to content

Commit

Permalink
#21 Requirments in option label
Browse files Browse the repository at this point in the history
  • Loading branch information
Veloti committed Apr 29, 2024
1 parent c5cedc9 commit 6e7cede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/interfaces/CSC/issue_panel/ControlBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const ControlBlock = ({
value={controlOptions.find(
({ value }) => value.control === control
)}
formatOptionLabel={({value}) => `${value.code}: ${value.section}, ${value.controlLabel}, ${value.requirements}`}
placeholder="Choose a control"
isDisabled={isSaving || isDeleting}
/>
Expand Down

0 comments on commit 6e7cede

Please sign in to comment.