Skip to content

Commit

Permalink
Merge pull request #169 from partio-scout/bugfix/checkbox-lining
Browse files Browse the repository at this point in the history
Bugfix/checkbox lining
  • Loading branch information
ritvje authored Jul 21, 2016
2 parents cad0ea9 + bb23472 commit 1102e77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ export function getParticipantListPage(participantStore, participantActions, sea
<ParticipantRowsContainer isChecked={ this.isChecked } checkboxCallback={ this.handleCheckboxChange } columnCount={ Object.keys(columnPropertyToLabelMapping).length } availableDates={ this.state.availableDates } offset={ offset }/>
<tbody className="tfooter">
<tr>
<td></td>
<td><SelectAll checked={ this.state.allChecked } onChange={ this.checkAll } /></td>
<td colSpan={ columnCount + this.state.availableDates.length }><MassEdit count={ this.state.checked.length } onSubmit={ this.handleMassEdit } /></td>
</tr>
Expand Down

0 comments on commit 1102e77

Please sign in to comment.