fianlly setShowGenerating false

This commit is contained in:
2023-03-16 21:12:38 +08:00
parent 543d09ebbb
commit 536db13ad1

View File

@@ -110,6 +110,8 @@ export default function ChatBOX(props: {
setChatStore({ ...chatStore });
} catch (error) {
alert(error);
} finally {
setShowGenerating(false);
}
};