Skip to content

Commit 38c630c

Browse files
committed
♻️ Repeated calls in chat page (Agent list & conversation list) #2082
[Specification Details] 1.bug fix.
1 parent a2cb7ca commit 38c630c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app/[locale]/chat/components/chatInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { useConfig } from "@/hooks/useConfig";
2323
import { extractColorsFromUri } from "@/lib/avatar";
2424
import log from "@/lib/logger";
2525
import { chatConfig } from "@/const/chatConfig";
26-
import { FilePreview } from "@/types/chat";
26+
import { FilePreview, Agent } from "@/types/chat";
2727

2828
import { ChatAgentSelector } from "./chatAgentSelector";
2929

0 commit comments

Comments
 (0)