Skip to content

Commit 243af4d

Browse files
committed
fix: Chat click
1 parent 925a9b0 commit 243af4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ui/src/components/ai-chat/component/chat-input-operate

ui/src/components/ai-chat/component/chat-input-operate/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
<el-button
272272
text
273273
class="sent-button"
274-
:disabled="isDisabledChat || loading || !uploadLoading"
274+
:disabled="isDisabledChat || loading || uploadLoading"
275275
@click="sendChatHandle"
276276
>
277277
<img

0 commit comments

Comments
 (0)