Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1575 | Mapping Inline form | name is not ma…
Browse files Browse the repository at this point in the history
…ndatory
  • Loading branch information
snyaggarwal committed Aug 28, 2023
1 parent ca87139 commit ae6f9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/mappings/MappingInlineForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ const MappingInlineForm = ({defaultMapType, concept, onClose, onSubmit, isDirect
<div className='col-xs-12 no-side-padding' style={{marginTop: '15px'}}>
<TextField
onChange={event => setTargetConceptName(event.target.value || '')}
required
size='small'
fullWidth
label='Name'
Expand Down

0 comments on commit ae6f9e3

Please sign in to comment.