We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8c043 commit 01d08a8Copy full SHA for 01d08a8
1 file changed
frontend/src/views/chat/index.vue
@@ -29,7 +29,12 @@
29
<div class="logo">SQLBot</div>
30
<div>{{ t('qa.greeting') }}</div>
31
<div class="sub">{{ t('qa.description') }}</div>
32
- <el-button size="large" type="primary" @click="createNewChat">
+ <el-button
33
+ v-if="currentChatId === undefined"
34
+ size="large"
35
+ type="primary"
36
+ @click="createNewChat"
37
+ >
38
<el-icon>
39
<Plus />
40
</el-icon>
0 commit comments