Skip to content

Commit

Permalink
Fixed wrong url redirection on cluster delete
Browse files Browse the repository at this point in the history
  • Loading branch information
tulsiojha committed Dec 22, 2023
1 parent 4ba4e6c commit ca68ce7
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 ca68ce7

Please sign in to comment.