fix inline button
This commit is contained in:
@@ -89,7 +89,7 @@ class DateRangePicker extends Component {
|
||||
|
||||
return (
|
||||
<Form>
|
||||
<Grid stackable columns={inlineButton ? null : 'equals'}>
|
||||
<Grid stackable columns={inlineButton ? null : 'equal'}>
|
||||
<Grid.Row>
|
||||
<Grid.Column width={inlineButton ? 7 : null}>
|
||||
<label>{startDateLabel}</label>
|
||||
|
||||
@@ -52,7 +52,7 @@ class PracticeSummaryReport extends Component {
|
||||
<MemberSelector onMemberSelect={this.onMemberSelectionUpdate.bind(this)} />
|
||||
</Grid.Column>
|
||||
<Grid.Column>
|
||||
<DateRangePicker inlineButton={true} onDatesUpdate={this.onDateRangeUpdate.bind(this)}/>
|
||||
<DateRangePicker inlineButton onDatesUpdate={this.onDateRangeUpdate.bind(this)}/>
|
||||
</Grid.Column>
|
||||
</Grid.Row>
|
||||
<Grid.Row>
|
||||
|
||||
Reference in New Issue
Block a user