We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6182d55 commit 573eb21Copy full SHA for 573eb21
ui/src/pages/Cluster/Detail/Overview/index.tsx
@@ -50,7 +50,7 @@ const ClusterOverview: React.FC = () => {
50
defaultMessage: '删除成功',
51
}),
52
);
53
- history.push('/cluster');
+ history.replace('/cluster');
54
}
55
};
56
ui/src/pages/OBProxy/Detail/Overview/index.tsx
@@ -45,7 +45,7 @@ export default function Overview() {
45
46
47
48
- history.push('/obproxy');
+ history.replace('/obproxy');
49
ui/src/pages/Tenant/Detail/Overview/index.tsx
@@ -82,7 +82,7 @@ export default function TenantOverview() {
82
83
84
85
- history.push('/tenant');
+ history.replace('/tenant');
86
87
88
0 commit comments