Skip to content

Commit

Permalink
Merge 76c1a9d into 96cdbba
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik authored Jan 14, 2022
2 parents 96cdbba + 76c1a9d commit 29b7de5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ export class SearchFormImpl extends React.PureComponent {
}
>
<Row gutter={16}>
<Col className="gutter-row" span={12}>
<Col className="gutter-row" span={14}>
<Field
name="startDate"
type="date"
Expand All @@ -388,7 +388,7 @@ export class SearchFormImpl extends React.PureComponent {
/>
</Col>

<Col className="gutter-row" span={12}>
<Col className="gutter-row" span={10}>
<Field name="startDateTime" type="time" component={AdaptedInput} props={{ disabled }} />
</Col>
</Row>
Expand All @@ -414,7 +414,7 @@ export class SearchFormImpl extends React.PureComponent {
}
>
<Row gutter={16}>
<Col className="gutter-row" span={12}>
<Col className="gutter-row" span={14}>
<Field
name="endDate"
type="date"
Expand All @@ -424,7 +424,7 @@ export class SearchFormImpl extends React.PureComponent {
/>
</Col>

<Col className="gutter-row" span={12}>
<Col className="gutter-row" span={10}>
<Field name="endDateTime" type="time" component={AdaptedInput} props={{ disabled }} />
</Col>
</Row>
Expand Down

0 comments on commit 29b7de5

Please sign in to comment.