Skip to content

Commit 07c4ab0

Browse files
authored
fix: secondary page cannot be searched (#551)
* fix: secondary page cannot be searched * docs: update notes
1 parent cf3f2af commit 07c4ab0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content.en/docs/release-notes/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Information about release notes of Coco Server is provided here.
4141
- fix: service switching error #539
4242
- fix: switch server assistant and session unchanged #540
4343
- fix: history list height #550
44+
- fix: secondary page cannot be searched #551
4445

4546
### ✈️ Improvements
4647

src/components/Search/Search.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function Search({
6464
const getSuggest = useCallback(
6565
async (searchInput: string) => {
6666
if (!searchInput) return;
67-
if (sourceData) return;
6867

6968
let response: SearchResponse;
7069
if (isTauri) {

0 commit comments

Comments
 (0)