Skip to content

Commit

Permalink
fix(module:date-picker): fix datepicker classname error (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored Sep 19, 2018
1 parent 049212f commit 69ff576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/date-picker/month-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { HeaderPickerComponent, SupportHeaderPanel } from './header-picker.compo
useExisting: forwardRef(() => NzMonthPickerComponent)
}],
host : {
'[class.ant-checkbox-group]': 'true',
'[class.ant-calendar-picker]': 'true'
}
})
Expand Down
1 change: 0 additions & 1 deletion components/date-picker/year-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { HeaderPickerComponent, SupportHeaderPanel } from './header-picker.compo
useExisting: forwardRef(() => NzYearPickerComponent)
}],
host : {
'[class.ant-checkbox-group]': 'true',
'[class.ant-calendar-picker]': 'true'
}
})
Expand Down

0 comments on commit 69ff576

Please sign in to comment.