Skip to content

Commit a758c15

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents b027d57 + abe64d3 commit a758c15

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
"oracledb (>=3.1.1,<4.0.0)",
3636
"pyyaml (>=6.0.2,<7.0.0)",
3737
"fastapi-mcp (>=0.3.4,<0.4.0)",
38-
"sqlbot-xpack==0.0.2",
38+
"sqlbot-xpack==0.0.3",
3939
]
4040
[[tool.uv.index]]
4141
name = "default"

frontend/src/views/chat/index.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@
2929
<div class="logo">SQLBot</div>
3030
<div>{{ t('qa.greeting') }}</div>
3131
<div class="sub">{{ t('qa.description') }}</div>
32-
<el-button size="large" type="primary" @click="createNewChat">
32+
<el-button
33+
v-if="currentChatId === undefined"
34+
size="large"
35+
type="primary"
36+
@click="createNewChat"
37+
>
3338
<el-icon>
3439
<Plus />
3540
</el-icon>

0 commit comments

Comments
 (0)