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 cf92a85 commit 602cb84Copy full SHA for 602cb84
ui/src/pages/Cluster/Detail/Overview/index.tsx
@@ -51,7 +51,7 @@ const ClusterOverview: React.FC = () => {
51
defaultMessage: '删除成功',
52
}),
53
);
54
- history.push('/cluster');
+ history.replace('/cluster');
55
}
56
};
57
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
50
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