Commit 21dfb718 authored by wangtz's avatar wangtz

fix

parent 75fc9082
......@@ -195,7 +195,6 @@ class CalendarClockForm extends React.Component {
}
selectPlanDay = (day) => {
const { dispatch } = this.props;
if (day.open) {
dispatch({
type: 'createtheme/selectPlanDay',
payload: {
......@@ -203,7 +202,6 @@ class CalendarClockForm extends React.Component {
},
});
}
}
daychange = (type) => {
const { dispatch } = this.props;
dispatch({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment