Skip to content

Commit

Permalink
Updated the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Binny V A authored and Binny V A committed Feb 28, 2021
1 parent d79ed68 commit 0c60fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "madnet",
"version": "0.1.0",
"version": "0.1.3",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Users/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ const UserForm = () => {
let response = await deleteUser(user.id)
if (response) {
setConfirmDelete(false)
unsetLocalCache(`users_${user_id}`)
history.push(`/users`)
console.log(response)
}
}

Expand Down

0 comments on commit 0c60fac

Please sign in to comment.