Skip to content

Commit

Permalink
Merge pull request #51 from weaponsforge/fix/weaponsforge-48
Browse files Browse the repository at this point in the history
Fix/weaponsforge 48
  • Loading branch information
weaponsforge authored Aug 27, 2022
2 parents 4a98a63 + 6bc846b commit be2aed9
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 be2aed9

Please sign in to comment.