Skip to content

Commit

Permalink
Merge pull request #65 from OVINC-CN/refactor_clear_search
Browse files Browse the repository at this point in the history
refactor(chat): clear search keyword
  • Loading branch information
OrenZhang authored Feb 13, 2025
2 parents d23e55c + 6754483 commit 8867dad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ const setPromptForm = (data) => promptForm.value = data;
class="history-search-input"
v-model="historySearchKey"
:placeholder="$t('PleaseInputHistoryKeyword')"
allow-clear
/>
<a-list
v-if="Object.keys(sortedMessageStore).length > 0"
Expand Down

0 comments on commit 8867dad

Please sign in to comment.