Commit 21dfb718 authored by wangtz's avatar wangtz

fix

parent 75fc9082
......@@ -195,14 +195,12 @@ class CalendarClockForm extends React.Component {
}
selectPlanDay = (day) => {
const { dispatch } = this.props;
if (day.open) {
dispatch({
type: 'createtheme/selectPlanDay',
payload: {
day: day.date,
},
});
}
dispatch({
type: 'createtheme/selectPlanDay',
payload: {
day: day.date,
},
});
}
daychange = (type) => {
const { dispatch } = this.props;
......
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