Skip to content

Commit

Permalink
Merge pull request #52 from weaponsforge/dev
Browse files Browse the repository at this point in the history
v1.0.9
  • Loading branch information
weaponsforge authored Aug 27, 2022
2 parents 6e5e88b + be2aed9 commit ef80ab0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion client/pages/todo/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ function CreateTodoContainer () {
}

const handleReset = () => {
dispatch(todosReset())
setState(defaultState)
}

Expand Down
1 change: 0 additions & 1 deletion client/pages/todo/edit/[...id].js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function EditTodoContainer () {
}

const handleReset = () => {
dispatch(todosReset())
setState(defaultState)
}

Expand Down

0 comments on commit ef80ab0

Please sign in to comment.