From 1c0205362f5ed7be9e9ebee6f56283b7d3dbeb91 Mon Sep 17 00:00:00 2001 From: Dorbmon Date: Wed, 25 Dec 2024 14:34:57 +0800 Subject: [PATCH] update --- app/components/chat.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 8e52f9233..0637bec76 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -8,7 +8,7 @@ import React, { Fragment, RefObject, } from "react"; -import { toast } from "react-toastify"; +import { toast, ToastContainer } from "react-toastify"; import SendWhiteIcon from "../icons/send-white.svg"; import BrainIcon from "../icons/brain.svg"; import RenameIcon from "../icons/rename.svg"; @@ -2036,6 +2036,7 @@ function _Chat() { })} )} + } text={Locale.Chat.Send}