Skip to content

Commit

Permalink
Merge pull request #47 from weaponsforge/dev
Browse files Browse the repository at this point in the history
v1.0.7
  • Loading branch information
weaponsforge authored Aug 26, 2022
2 parents 805cd3e + b383612 commit 515b2ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/store/todo/todoSlice.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ const todoSlice = createSlice({
state.loading = 'idle'
state.currentRequestId = undefined
state.todo = action.payload
todosAdapter.setOne(state, action.payload)
}
})

Expand Down

0 comments on commit 515b2ae

Please sign in to comment.