Skip to content

Commit

Permalink
fix(module:form): fix missing nzShowTime in date widgets (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Oct 18, 2018
1 parent cd61592 commit a40bc13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form/src/widgets/date/date.widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import { FormProperty } from '../../model/form.property';
[nzDisabledTime]="ui.disabledTime"
[nzRenderExtraFooter]="ui.renderExtraFooter"
[nzRanges]="ui.ranges"
[nzShowTime]="ui.showTime"
(nzOnOk)="_ok($event)"
></nz-range-picker>
Expand Down

0 comments on commit a40bc13

Please sign in to comment.