fianlly setShowGenerating false
This commit is contained in:
@@ -110,6 +110,8 @@ export default function ChatBOX(props: {
|
||||
setChatStore({ ...chatStore });
|
||||
} catch (error) {
|
||||
alert(error);
|
||||
} finally {
|
||||
setShowGenerating(false);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user