Skip to content

Commit

Permalink
Merge pull request #54 from kloudlite/features/design
Browse files Browse the repository at this point in the history
Fixed wrong url redirection on cluster delete
  • Loading branch information
tulsiojha authored Dec 22, 2023
2 parents ceb4d65 + 4b3e184 commit 1caede4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ const SettingGeneral = () => {
reload();
toast.success(`Cluster deleted successfully`);
setDeleteCluster(false);
navigate(`/${account}/clusters`);
navigate(`/${parseName(account)}/clusters`);
} catch (err) {
handleError(err);
}
Expand Down

0 comments on commit 1caede4

Please sign in to comment.