Commit 21dfb718 authored by wangtz's avatar wangtz

fix

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