mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-06 02:25:05 +08:00
### What problem does this PR solve? Feat: Add LlmSettingFieldItems component #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import ListFilterBar from '@/components/list-filter-bar';
|
||||
import { useFetchNextDialogList } from '@/hooks/chat-hooks';
|
||||
import { useFetchChatAppList } from '@/hooks/chat-hooks';
|
||||
import { Plus } from 'lucide-react';
|
||||
import { ChatCard } from './chat-card';
|
||||
|
||||
export default function ChatList() {
|
||||
const { data: chatList } = useFetchNextDialogList();
|
||||
const { data: chatList } = useFetchChatAppList();
|
||||
|
||||
return (
|
||||
<section className="p-8">
|
||||
|
||||
Reference in New Issue
Block a user