fix: mark TODOs
This commit is contained in:
parent
f4f4eb1335
commit
f9ec06c965
2 changed files with 2 additions and 3 deletions
|
|
@ -250,9 +250,7 @@ const ManualDataEntry = ({ selectedValues, customInfoRequirementOptions }) => {
|
|||
getOptionSelected={R.eqProps('code')}
|
||||
labelProp={'display'}
|
||||
options={customInfoRequirementOptions}
|
||||
onChange={(evt, it) => {
|
||||
// dispatch({ type: 'form', form: it })
|
||||
}}
|
||||
onChange={(evt, it) => {}}
|
||||
/>
|
||||
)}
|
||||
<div className={classes.field}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue