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 ea199dc commit 8b17787Copy full SHA for 8b17787
km-console/packages/layout-clusters-fe/src/app.tsx
@@ -144,7 +144,7 @@ const AppContent = (props: { setlanguage: (language: string) => void }) => {
144
<Menu.Item key={0}>
145
<a href="https://github.com/didi/KnowStreaming/releases" target="_blank">版本说明</a>
146
</Menu.Item>,
147
- <Menu.Item key={0} onClick={logout}>
+ <Menu.Item key={1} onClick={logout}>
148
登出
149
150
],
0 commit comments