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 e0118f1 commit a5cd50fCopy full SHA for a5cd50f
ui/src/views/application-overview/xpack-component/XPackLimitDrawer.vue
@@ -85,7 +85,7 @@
85
<el-radio value="login" size="large">
86
<p class="mb-16 lighter">
87
{{ $t('views.system.authentication.title') }}
88
- <el-button type="primary" link @click="router.push({ path: '' })">
+ <el-button type="primary" link @click="router.push({ name: 'applicationChatUser' })">
89
{{ $t('views.applicationOverview.appInfo.LimitDialog.toSettingChatUser') }}
90
</el-button>
91
</p>
0 commit comments