feat: Add Sider to SearchPage #2247 (#2262)

### What problem does this PR solve?

feat: Add Sider to SearchPage #2247

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-09-05 12:12:44 +08:00
committed by GitHub
parent 7c98cb5075
commit 7e65df87dd
3 changed files with 90 additions and 2 deletions

View File

@ -69,7 +69,7 @@ export const useFetchKnowledgeBaseConfiguration = () => {
export const useNextFetchKnowledgeList = (
shouldFilterListWithoutDocument: boolean = false,
): {
list: any[];
list: IKnowledge[];
loading: boolean;
} => {
const { data, isFetching: loading } = useQuery({