Skip to content

Commit

Permalink
remove error deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Oct 24, 2024
1 parent e558110 commit d548123
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ const EditRelease = () => {
.get(`/api/helm/releases/${releaseNamespace}/${releaseName}/values`)
.then((res) => {
setInitialValuesRaw(res.data);

setError({
message: "",
description: "",
});
})
.catch(function (error) {
setError(mapResponseError(error));
Expand Down

0 comments on commit d548123

Please sign in to comment.