Skip to content

Commit

Permalink
fixed after delete redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijv256 committed Oct 1, 2023
1 parent f31aeaa commit bcd97ff
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Components/Assets/AssetManage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,6 @@ const AssetManage = (props: AssetManageProps) => {
navigate("/assets");
},
});
// if (res?.status === 204) {
// Notification.Success({
// msg: "Asset deleted successfully",
// });
// navigate("/assets");
// }
}
};

Expand Down

0 comments on commit bcd97ff

Please sign in to comment.