|
|
@ -206,6 +206,7 @@ class CheckCodeModal extends Component{
|
|
|
|
<Checkbox.Group style={{ width: '100%' }} onChange={this.onCheckBoxChange} value={checkBoxValues}>
|
|
|
|
<Checkbox.Group style={{ width: '100%' }} onChange={this.onCheckBoxChange} value={checkBoxValues}>
|
|
|
|
|
|
|
|
|
|
|
|
{ candidates && candidates.map( candidate => {
|
|
|
|
{ candidates && candidates.map( candidate => {
|
|
|
|
|
|
|
|
console.log(candidates)
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<p className="clearfix mb7" key={candidate.id}>
|
|
|
|
<p className="clearfix mb7" key={candidate.id}>
|
|
|
|
<Checkbox className="fl" value={candidate.id} ></Checkbox>
|
|
|
|
<Checkbox className="fl" value={candidate.id} ></Checkbox>
|
|
|
|