File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ const ParticipantInfo = observer(() => {
136136 ? data [ participantIndex ] . insuranceType
137137 : "" ,
138138 insurer : data [ participantIndex ] . insurer
139- ? data [ participantIndex ] . insurer . name
139+ ? data [ participantIndex ] . insurer
140140 : "" ,
141141 priority : data [ participantIndex ] . priority ,
142142 note : data [ participantIndex ] . note ,
@@ -425,11 +425,11 @@ const ParticipantInfo = observer(() => {
425425 open = { open . insuranceType }
426426 onClose = { handleClose . insuranceType }
427427 onOpen = { handleOpen . insuranceType }
428- value = { participant . insurer }
428+ value = { participant . insuranceType }
429429 onChange = { e =>
430430 setParticipant ( {
431431 ...participant ,
432- insurer : e . target . value . name ,
432+ insuranceType : e . target . value ,
433433 } )
434434 }
435435 inputProps = { {
You can’t perform that action at this time.
0 commit comments